Html Css Color HEX #B9C355 Celery

📋 copy color: '#B9C355'

red 185 ◦ green 195 ◦ blue 85

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

Shades of Celery #B9C355

Tints of Celery #B9C355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.28%

R = 39.78%
G = 41.94%
B = 18.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#B9C355 (or 0xB9C355) is known color: Celery. HEX triplet: B9, C3 and 55. RGB value is (185,195,85). Sum of RGB (Red+Green+Blue) = 185+195+85=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 195 (76.56% from 255 or 41.94% from 465); Blue value is 85 (33.59% from 255 or 18.28% from 465); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C355 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C355 is #463CAA. Grayscale: #B3B3B3. Windows color (decimal): -4603051 or 5620665. OLE color: 5620665.

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

Color convert

RGB 185 195 85 -
CMYK 0.05 0 0.56 0.24
HSL 65.45º 0.48% 0.55% -
HSV(B) 65.45º 0.56% 0.76% -
XYZ 41.16 50 16.08 -
YUV 179.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 185 195 85 0.05 0 0.56 0.24 65.45 0.48 0.55
Hex B9 C3 55 5 0 38 18 41 30 37
Octal 271 303 125 5 0 70 30 101 60 67
Binary 10111001 11000011 1010101 101 0 111000 11000 1000001 110000 110111

Color Harmonies of #B9C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C355

Black with #B9C355

Text Example


Text Example

White with #B9C355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C355; }

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

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

background-color css

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

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

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

border-color css

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

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

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