Html Css Color HEX #B9BD4B Celery

📋 copy color: '#B9BD4B'

red 185 ◦ green 189 ◦ blue 75

#B9BD4B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #B9BD4B

Tints of Celery #B9BD4B

RGB

 RED value IS 185 (72.66% from 255) = 41.2%

 GREEN value IS 189 (74.22% from 255) = 42.09%

 BLUE value IS 75 (29.69% from 255) = 16.7%

R = 41.2%
G = 42.09%
B = 16.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.60

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B9BD4B (or 0xB9BD4B) is known color: Celery. HEX triplet: B9, BD and 4B. RGB value is (185,189,75). Sum of RGB (Red+Green+Blue) = 185+189+75=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD4B is #4642B4. Grayscale: #AFAFAF. Windows color (decimal): -4604597 or 4963769. OLE color: 4963769.

HSL color Cylindrical-coordinate representation of color #B9BD4B: hue angle of 62.11º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9BD4B is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 189 75 -
CMYK 0.02 0 0.60 0.26
HSL 62.11º 0.46% 0.52% -
HSV(B) 62.11º 0.6% 0.74% -
XYZ 39.48 47.22 13.69 -
YUV 174.81 71.67 135.27 -
System Red Green Blue C M Y K H S L
Decimal 185 189 75 0.02 0 0.60 0.26 62.11 0.46 0.52
Hex B9 BD 4B 2 0 3C 1A 3E 2E 34
Octal 271 275 113 2 0 74 32 76 56 64
Binary 10111001 10111101 1001011 10 0 111100 11010 111110 101110 110100

Color Harmonies of #B9BD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD4B

Black with #B9BD4B

Text Example


Text Example

White with #B9BD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD4B; }

 p { color: rgb(185,189,75); }

 H1.HeaderClassName
 {
   color: #B9BD4B;
 }
 .AnyTagClassName
 {
   color: #B9BD4B;
 }
</style>

background-color css

<style>
 a { background-color: #B9BD4B; }

 a { background-color: rgb(185,189,75); }

 div.DivClassName
 {
   background-color: #B9BD4B;
 }
 .BgClassName
 {
   background-color: #B9BD4B;
 }
</style>

border-color css

<style>
 span { border-color: #B9BD4B; }

 span { border-color: rgb(185,189,75); }

 td.TdClassName
 {
   border-color: #B9BD4B;
 }
 .TagClassName
 {
   border-color: #B9BD4B;
 }
</style>