Html Css Color HEX #B9C94A Celery

📋 copy color: '#B9C94A'

red 185 ◦ green 201 ◦ blue 74

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

Shades of Celery #B9C94A

Tints of Celery #B9C94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.09%

R = 40.22%
G = 43.7%
B = 16.09%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#B9C94A (or 0xB9C94A) is known color: Celery. HEX triplet: B9, C9 and 4A. RGB value is (185,201,74). Sum of RGB (Red+Green+Blue) = 185+201+74=460 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.22% from 460); Green value is 201 (78.91% from 255 or 43.70% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C94A is #4636B5. Grayscale: #B6B6B6. Windows color (decimal): -4601526 or 4901305. OLE color: 4901305.

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

Color convert

RGB 185 201 74 -
CMYK 0.08 0 0.63 0.21
HSL 67.56º 0.54% 0.54% -
HSV(B) 67.56º 0.63% 0.79% -
XYZ 42.13 52.58 14.41 -
YUV 181.74 67.2 130.33 -
System Red Green Blue C M Y K H S L
Decimal 185 201 74 0.08 0 0.63 0.21 67.56 0.54 0.54
Hex B9 C9 4A 8 0 3F 15 44 36 36
Octal 271 311 112 10 0 77 25 104 66 66
Binary 10111001 11001001 1001010 1000 0 111111 10101 1000100 110110 110110

Color Harmonies of #B9C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C94A

Black with #B9C94A

Text Example


Text Example

White with #B9C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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