Html Css Color HEX #B9C255 Celery

📋 copy color: '#B9C255'

red 185 ◦ green 194 ◦ blue 85

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

Shades of Celery #B9C255

Tints of Celery #B9C255

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.81%

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

R = 39.87%
G = 41.81%
B = 18.32%

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

#B9C255 (or 0xB9C255) is known color: Celery. HEX triplet: B9, C2 and 55. RGB value is (185,194,85). Sum of RGB (Red+Green+Blue) = 185+194+85=464 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.87% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 85 (33.59% from 255 or 18.32% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C255 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C255 is #463DAA. Grayscale: #B3B3B3. Windows color (decimal): -4603307 or 5620409. OLE color: 5620409.

HSL color Cylindrical-coordinate representation of color #B9C255: hue angle of 64.95º degrees, saturation: 0.47, 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 #B9C255 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 85 -
CMYK 0.05 0 0.56 0.24
HSL 64.95º 0.47% 0.55% -
HSV(B) 64.95º 0.56% 0.76% -
XYZ 40.94 49.55 16 -
YUV 178.88 75.02 132.36 -
System Red Green Blue C M Y K H S L
Decimal 185 194 85 0.05 0 0.56 0.24 64.95 0.47 0.55
Hex B9 C2 55 5 0 38 18 41 2F 37
Octal 271 302 125 5 0 70 30 101 57 67
Binary 10111001 11000010 1010101 101 0 111000 11000 1000001 101111 110111

Color Harmonies of #B9C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C255

Black with #B9C255

Text Example


Text Example

White with #B9C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C255; }

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

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

background-color css

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

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

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

border-color css

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

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

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