Html Css Color HEX #B9C352 Celery

📋 copy color: '#B9C352'

red 185 ◦ green 195 ◦ blue 82

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

Shades of Celery #B9C352

Tints of Celery #B9C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.21%

 BLUE value IS 82 (32.42% from 255) = 17.75%

R = 40.04%
G = 42.21%
B = 17.75%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#B9C352 (or 0xB9C352) is known color: Celery. HEX triplet: B9, C3 and 52. RGB value is (185,195,82). Sum of RGB (Red+Green+Blue) = 185+195+82=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 82 (32.42% from 255 or 17.75% from 462); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C352 is #463CAD. Grayscale: #B3B3B3. Windows color (decimal): -4603054 or 5424057. OLE color: 5424057.

HSL color Cylindrical-coordinate representation of color #B9C352: hue angle of 65.31º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9C352 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 82 -
CMYK 0.05 0 0.58 0.24
HSL 65.31º 0.48% 0.54% -
HSV(B) 65.31º 0.58% 0.76% -
XYZ 41.05 49.95 15.46 -
YUV 179.13 73.19 132.19 -
System Red Green Blue C M Y K H S L
Decimal 185 195 82 0.05 0 0.58 0.24 65.31 0.48 0.54
Hex B9 C3 52 5 0 3A 18 41 30 36
Octal 271 303 122 5 0 72 30 101 60 66
Binary 10111001 11000011 1010010 101 0 111010 11000 1000001 110000 110110

Color Harmonies of #B9C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C352

Black with #B9C352

Text Example


Text Example

White with #B9C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C352; }

 p { color: rgb(185,195,82); }

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

background-color css

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

 a { background-color: rgb(185,195,82); }

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

border-color css

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

 span { border-color: rgb(185,195,82); }

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