Html Css Color HEX #B9CA50 Celery

📋 copy color: '#B9CA50'

red 185 ◦ green 202 ◦ blue 80

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

Shades of Celery #B9CA50

Tints of Celery #B9CA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.13%

R = 39.61%
G = 43.25%
B = 17.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#B9CA50 (or 0xB9CA50) is known color: Celery. HEX triplet: B9, CA and 50. RGB value is (185,202,80). Sum of RGB (Red+Green+Blue) = 185+202+80=467 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.61% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 80 (31.64% from 255 or 17.13% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #B9CA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9CA50 is #4635AF. Grayscale: #B7B7B7. Windows color (decimal): -4601264 or 5294777. OLE color: 5294777.

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

Color convert

RGB 185 202 80 -
CMYK 0.08 0 0.60 0.21
HSL 68.36º 0.54% 0.55% -
HSV(B) 68.36º 0.6% 0.79% -
XYZ 42.58 53.13 15.6 -
YUV 183.01 69.87 129.42 -
System Red Green Blue C M Y K H S L
Decimal 185 202 80 0.08 0 0.60 0.21 68.36 0.54 0.55
Hex B9 CA 50 8 0 3C 15 44 36 37
Octal 271 312 120 10 0 74 25 104 66 67
Binary 10111001 11001010 1010000 1000 0 111100 10101 1000100 110110 110111

Color Harmonies of #B9CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CA50

Black with #B9CA50

Text Example


Text Example

White with #B9CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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