Html Css Color HEX #B0C24B Celery

📋 copy color: '#B0C24B'

red 176 ◦ green 194 ◦ blue 75

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

Shades of Celery #B0C24B

Tints of Celery #B0C24B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.85%

R = 39.55%
G = 43.6%
B = 16.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#B0C24B (or 0xB0C24B) is known color: Celery. HEX triplet: B0, C2 and 4B. RGB value is (176,194,75). Sum of RGB (Red+Green+Blue) = 176+194+75=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #B0C24B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C24B is #4F3DB4. Grayscale: #AFAFAF. Windows color (decimal): -5193141 or 4965040. OLE color: 4965040.

HSL color Cylindrical-coordinate representation of color #B0C24B: hue angle of 69.08º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0C24B is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 194 75 -
CMYK 0.09 0 0.61 0.24
HSL 69.08º 0.49% 0.53% -
HSV(B) 69.08º 0.61% 0.76% -
XYZ 38.47 48.32 13.96 -
YUV 175.05 71.54 128.68 -
System Red Green Blue C M Y K H S L
Decimal 176 194 75 0.09 0 0.61 0.24 69.08 0.49 0.53
Hex B0 C2 4B 9 0 3D 18 45 31 35
Octal 260 302 113 11 0 75 30 105 61 65
Binary 10110000 11000010 1001011 1001 0 111101 11000 1000101 110001 110101

Color Harmonies of #B0C24B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C24B

Black with #B0C24B

Text Example


Text Example

White with #B0C24B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C24B; }

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

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

background-color css

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

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

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

border-color css

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

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

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