Html Css Color HEX #B0C351 Celery

📋 copy color: '#B0C351'

red 176 ◦ green 195 ◦ blue 81

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

Shades of Celery #B0C351

Tints of Celery #B0C351

RGB

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

 GREEN value IS 195 (76.56% from 255) = 43.14%

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

R = 38.94%
G = 43.14%
B = 17.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#B0C351 (or 0xB0C351) is known color: Celery. HEX triplet: B0, C3 and 51. RGB value is (176,195,81). Sum of RGB (Red+Green+Blue) = 176+195+81=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 81 (32.03% from 255 or 17.92% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C351 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C351 is #4F3CAE. Grayscale: #B0B0B0. Windows color (decimal): -5192879 or 5358512. OLE color: 5358512.

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

Color convert

RGB 176 195 81 -
CMYK 0.10 0 0.58 0.24
HSL 70º 0.49% 0.54% -
HSV(B) 70º 0.58% 0.76% -
XYZ 38.9 48.85 15.16 -
YUV 176.32 74.21 127.77 -
System Red Green Blue C M Y K H S L
Decimal 176 195 81 0.10 0 0.58 0.24 70 0.49 0.54
Hex B0 C3 51 A 0 3A 18 46 31 36
Octal 260 303 121 12 0 72 30 106 61 66
Binary 10110000 11000011 1010001 1010 0 111010 11000 1000110 110001 110110

Color Harmonies of #B0C351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C351

Black with #B0C351

Text Example


Text Example

White with #B0C351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C351; }

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

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

background-color css

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

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

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

border-color css

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

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

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