Html Css Color HEX #B9BC4C Celery

📋 copy color: '#B9BC4C'

red 185 ◦ green 188 ◦ blue 76

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

Shades of Celery #B9BC4C

Tints of Celery #B9BC4C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.87%

 BLUE value IS 76 (30.08% from 255) = 16.93%

R = 41.2%
G = 41.87%
B = 16.93%

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

#B9BC4C (or 0xB9BC4C) is known color: Celery. HEX triplet: B9, BC and 4C. RGB value is (185,188,76). Sum of RGB (Red+Green+Blue) = 185+188+76=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 76 (30.08% from 255 or 16.93% from 449); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC4C is #4643B3. Grayscale: #AEAEAE. Windows color (decimal): -4604852 or 5029049. OLE color: 5029049.

HSL color Cylindrical-coordinate representation of color #B9BC4C: hue angle of 61.61º 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 #B9BC4C is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 185 188 76 -
CMYK 0.02 0 0.60 0.26
HSL 61.61º 0.46% 0.52% -
HSV(B) 61.61º 0.6% 0.74% -
XYZ 39.3 46.8 13.8 -
YUV 174.34 72.51 135.61 -
System Red Green Blue C M Y K H S L
Decimal 185 188 76 0.02 0 0.60 0.26 61.61 0.46 0.52
Hex B9 BC 4C 2 0 3C 1A 3E 2E 34
Octal 271 274 114 2 0 74 32 76 56 64
Binary 10111001 10111100 1001100 10 0 111100 11010 111110 101110 110100

Color Harmonies of #B9BC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BC4C

Black with #B9BC4C

Text Example


Text Example

White with #B9BC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BC4C; }

 p { color: rgb(185,188,76); }

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

background-color css

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

 a { background-color: rgb(185,188,76); }

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

border-color css

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

 span { border-color: rgb(185,188,76); }

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