Html Css Color HEX #B9CA40 Celery

📋 copy color: '#B9CA40'

red 185 ◦ green 202 ◦ blue 64

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

Shades of Celery #B9CA40

Tints of Celery #B9CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.79%

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 41.02%
G = 44.79%
B = 14.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#B9CA40 (or 0xB9CA40) is known color: Celery. HEX triplet: B9, CA and 40. RGB value is (185,202,64). Sum of RGB (Red+Green+Blue) = 185+202+64=451 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.02% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9CA40 is #4635BF. Grayscale: #B5B5B5. Windows color (decimal): -4601280 or 4246201. OLE color: 4246201.

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

Color convert

RGB 185 202 64 -
CMYK 0.08 0 0.68 0.21
HSL 67.39º 0.57% 0.52% -
HSV(B) 67.39º 0.68% 0.79% -
XYZ 42.05 52.93 12.85 -
YUV 181.19 61.87 130.72 -
System Red Green Blue C M Y K H S L
Decimal 185 202 64 0.08 0 0.68 0.21 67.39 0.57 0.52
Hex B9 CA 40 8 0 44 15 43 39 34
Octal 271 312 100 10 0 104 25 103 71 64
Binary 10111001 11001010 1000000 1000 0 1000100 10101 1000011 111001 110100

Color Harmonies of #B9CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA40

Black with #B9CA40

Text Example


Text Example

White with #B9CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA40; }

 p { color: rgb(185,202,64); }

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

background-color css

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

 a { background-color: rgb(185,202,64); }

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

border-color css

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

 span { border-color: rgb(185,202,64); }

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