Html Css Color HEX #B0CB45 Celery

📋 copy color: '#B0CB45'

red 176 ◦ green 203 ◦ blue 69

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

Shades of Celery #B0CB45

Tints of Celery #B0CB45

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.31%

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 39.29%
G = 45.31%
B = 15.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.66

 K value IS 0.20

RGB Variations

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

Color information

#B0CB45 (or 0xB0CB45) is known color: Celery. HEX triplet: B0, CB and 45. RGB value is (176,203,69). Sum of RGB (Red+Green+Blue) = 176+203+69=448 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.29% from 448); Green value is 203 (79.69% from 255 or 45.31% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0CB45 is #4F34BA. Grayscale: #B4B4B4. Windows color (decimal): -5190843 or 4574128. OLE color: 4574128.

HSL color Cylindrical-coordinate representation of color #B0CB45: hue angle of 72.09º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B0CB45 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 203 69 -
CMYK 0.13 0 0.66 0.20
HSL 72.09º 0.56% 0.53% -
HSV(B) 72.09º 0.66% 0.8% -
XYZ 40.33 52.37 13.61 -
YUV 179.65 65.55 125.4 -
System Red Green Blue C M Y K H S L
Decimal 176 203 69 0.13 0 0.66 0.20 72.09 0.56 0.53
Hex B0 CB 45 D 0 42 14 48 38 35
Octal 260 313 105 15 0 102 24 110 70 65
Binary 10110000 11001011 1000101 1101 0 1000010 10100 1001000 111000 110101

Color Harmonies of #B0CB45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CB45

Black with #B0CB45

Text Example


Text Example

White with #B0CB45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CB45; }

 p { color: rgb(176,203,69); }

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

background-color css

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

 a { background-color: rgb(176,203,69); }

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

border-color css

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

 span { border-color: rgb(176,203,69); }

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