Html Css Color HEX #B9C94B Celery

📋 copy color: '#B9C94B'

red 185 ◦ green 201 ◦ blue 75

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

Shades of Celery #B9C94B

Tints of Celery #B9C94B

RGB

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

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

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

R = 40.13%
G = 43.6%
B = 16.27%

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

#B9C94B (or 0xB9C94B) is known color: Celery. HEX triplet: B9, C9 and 4B. RGB value is (185,201,75). Sum of RGB (Red+Green+Blue) = 185+201+75=461 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.13% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #B9C94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9C94B is #4636B4. Grayscale: #B6B6B6. Windows color (decimal): -4601525 or 4966841. OLE color: 4966841.

HSL color Cylindrical-coordinate representation of color #B9C94B: hue angle of 67.62º 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 #B9C94B is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 201 75 -
CMYK 0.08 0 0.63 0.21
HSL 67.62º 0.54% 0.54% -
HSV(B) 67.62º 0.63% 0.79% -
XYZ 42.16 52.6 14.59 -
YUV 181.85 67.7 130.25 -
System Red Green Blue C M Y K H S L
Decimal 185 201 75 0.08 0 0.63 0.21 67.62 0.54 0.54
Hex B9 C9 4B 8 0 3F 15 44 36 36
Octal 271 311 113 10 0 77 25 104 66 66
Binary 10111001 11001001 1001011 1000 0 111111 10101 1000100 110110 110110

Color Harmonies of #B9C94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C94B

Black with #B9C94B

Text Example


Text Example

White with #B9C94B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C94B; }

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

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

background-color css

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

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

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

border-color css

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

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

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