Html Css Color HEX #B0C357 Celery

📋 copy color: '#B0C357'

red 176 ◦ green 195 ◦ blue 87

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

Shades of Celery #B0C357

Tints of Celery #B0C357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19%

R = 38.43%
G = 42.58%
B = 19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#B0C357 (or 0xB0C357) is known color: Celery. HEX triplet: B0, C3 and 57. RGB value is (176,195,87). Sum of RGB (Red+Green+Blue) = 176+195+87=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 195 (76.56% from 255 or 42.58% from 458); Blue value is 87 (34.38% from 255 or 19.00% from 458); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C357 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C357 is #4F3CA8. Grayscale: #B1B1B1. Windows color (decimal): -5192873 or 5751728. OLE color: 5751728.

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

Color convert

RGB 176 195 87 -
CMYK 0.10 0 0.55 0.24
HSL 70.56º 0.47% 0.55% -
HSV(B) 70.56º 0.55% 0.76% -
XYZ 39.14 48.95 16.4 -
YUV 177.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 176 195 87 0.10 0 0.55 0.24 70.56 0.47 0.55
Hex B0 C3 57 A 0 37 18 47 2F 37
Octal 260 303 127 12 0 67 30 107 57 67
Binary 10110000 11000011 1010111 1010 0 110111 11000 1000111 101111 110111

Color Harmonies of #B0C357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C357

Black with #B0C357

Text Example


Text Example

White with #B0C357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C357; }

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

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

background-color css

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

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

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

border-color css

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

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

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