Html Css Color HEX #B9C949 Celery

📋 copy color: '#B9C949'

red 185 ◦ green 201 ◦ blue 73

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

Shades of Celery #B9C949

Tints of Celery #B9C949

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.79%

 BLUE value IS 73 (28.91% from 255) = 15.9%

R = 40.31%
G = 43.79%
B = 15.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#B9C949 (or 0xB9C949) is known color: Celery. HEX triplet: B9, C9 and 49. RGB value is (185,201,73). Sum of RGB (Red+Green+Blue) = 185+201+73=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 73 (28.91% from 255 or 15.90% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C949 is #4636B6. Grayscale: #B6B6B6. Windows color (decimal): -4601527 or 4835769. OLE color: 4835769.

HSL color Cylindrical-coordinate representation of color #B9C949: hue angle of 67.5º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9C949 is Cyan = 0.08, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 73 -
CMYK 0.08 0 0.64 0.21
HSL 67.5º 0.54% 0.54% -
HSV(B) 67.5º 0.64% 0.79% -
XYZ 42.1 52.57 14.23 -
YUV 181.62 66.7 130.41 -
System Red Green Blue C M Y K H S L
Decimal 185 201 73 0.08 0 0.64 0.21 67.5 0.54 0.54
Hex B9 C9 49 8 0 40 15 44 36 36
Octal 271 311 111 10 0 100 25 104 66 66
Binary 10111001 11001001 1001001 1000 0 1000000 10101 1000100 110110 110110

Color Harmonies of #B9C949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C949

Black with #B9C949

Text Example


Text Example

White with #B9C949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C949; }

 p { color: rgb(185,201,73); }

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

background-color css

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

 a { background-color: rgb(185,201,73); }

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

border-color css

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

 span { border-color: rgb(185,201,73); }

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