Html Css Color HEX #B0C255 Celery

📋 copy color: '#B0C255'

red 176 ◦ green 194 ◦ blue 85

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

Shades of Celery #B0C255

Tints of Celery #B0C255

RGB

 RED value IS 176 (69.14% from 255) = 38.68%

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

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

R = 38.68%
G = 42.64%
B = 18.68%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#B0C255 (or 0xB0C255) is known color: Celery. HEX triplet: B0, C2 and 55. RGB value is (176,194,85). Sum of RGB (Red+Green+Blue) = 176+194+85=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C255 is #4F3DAA. Grayscale: #B0B0B0. Windows color (decimal): -5193131 or 5620400. OLE color: 5620400.

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

Color convert

RGB 176 194 85 -
CMYK 0.09 0 0.56 0.24
HSL 69.91º 0.47% 0.55% -
HSV(B) 69.91º 0.56% 0.76% -
XYZ 38.84 48.47 15.9 -
YUV 176.19 76.54 127.86 -
System Red Green Blue C M Y K H S L
Decimal 176 194 85 0.09 0 0.56 0.24 69.91 0.47 0.55
Hex B0 C2 55 9 0 38 18 46 2F 37
Octal 260 302 125 11 0 70 30 106 57 67
Binary 10110000 11000010 1010101 1001 0 111000 11000 1000110 101111 110111

Color Harmonies of #B0C255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C255

Black with #B0C255

Text Example


Text Example

White with #B0C255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C255; }

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

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

background-color css

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

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

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

border-color css

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

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

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