Html Css Color HEX #B0C358 Celery

📋 copy color: '#B0C358'

red 176 ◦ green 195 ◦ blue 88

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

Shades of Celery #B0C358

Tints of Celery #B0C358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.17%

R = 38.34%
G = 42.48%
B = 19.17%

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

#B0C358 (or 0xB0C358) is known color: Celery. HEX triplet: B0, C3 and 58. RGB value is (176,195,88). Sum of RGB (Red+Green+Blue) = 176+195+88=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 88 (34.77% from 255 or 19.17% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C358 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C358 is #4F3CA7. Grayscale: #B1B1B1. Windows color (decimal): -5192872 or 5817264. OLE color: 5817264.

HSL color Cylindrical-coordinate representation of color #B0C358: hue angle of 70.65º 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 #B0C358 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 195 88 -
CMYK 0.10 0 0.55 0.24
HSL 70.65º 0.47% 0.55% -
HSV(B) 70.65º 0.55% 0.76% -
XYZ 39.18 48.96 16.62 -
YUV 177.12 77.71 127.2 -
System Red Green Blue C M Y K H S L
Decimal 176 195 88 0.10 0 0.55 0.24 70.65 0.47 0.55
Hex B0 C3 58 A 0 37 18 47 2F 37
Octal 260 303 130 12 0 67 30 107 57 67
Binary 10110000 11000011 1011000 1010 0 110111 11000 1000111 101111 110111

Color Harmonies of #B0C358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C358

Black with #B0C358

Text Example


Text Example

White with #B0C358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C358; }

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

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

background-color css

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

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

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

border-color css

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

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

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