Html Css Color HEX #B0C951 Celery

📋 copy color: '#B0C951'

red 176 ◦ green 201 ◦ blue 81

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

Shades of Celery #B0C951

Tints of Celery #B0C951

RGB

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

 GREEN value IS 201 (78.91% from 255) = 43.89%

 BLUE value IS 81 (32.03% from 255) = 17.69%

R = 38.43%
G = 43.89%
B = 17.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#B0C951 (or 0xB0C951) is known color: Celery. HEX triplet: B0, C9 and 51. RGB value is (176,201,81). Sum of RGB (Red+Green+Blue) = 176+201+81=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 81 (32.03% from 255 or 17.69% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #B0C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C951 is #4F36AE. Grayscale: #B4B4B4. Windows color (decimal): -5191343 or 5360048. OLE color: 5360048.

HSL color Cylindrical-coordinate representation of color #B0C951: hue angle of 72.5º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B0C951 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 176 201 81 -
CMYK 0.12 0 0.60 0.21
HSL 72.5º 0.53% 0.55% -
HSV(B) 72.5º 0.6% 0.79% -
XYZ 40.28 51.6 15.62 -
YUV 179.85 72.22 125.26 -
System Red Green Blue C M Y K H S L
Decimal 176 201 81 0.12 0 0.60 0.21 72.5 0.53 0.55
Hex B0 C9 51 C 0 3C 15 48 35 37
Octal 260 311 121 14 0 74 25 110 65 67
Binary 10110000 11001001 1010001 1100 0 111100 10101 1001000 110101 110111

Color Harmonies of #B0C951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C951

Black with #B0C951

Text Example


Text Example

White with #B0C951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C951; }

 p { color: rgb(176,201,81); }

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

background-color css

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

 a { background-color: rgb(176,201,81); }

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

border-color css

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

 span { border-color: rgb(176,201,81); }

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