Html Css Color HEX #B0C352 Celery

📋 copy color: '#B0C352'

red 176 ◦ green 195 ◦ blue 82

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

Shades of Celery #B0C352

Tints of Celery #B0C352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.1%

R = 38.85%
G = 43.05%
B = 18.1%

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

#B0C352 (or 0xB0C352) is known color: Celery. HEX triplet: B0, C3 and 52. RGB value is (176,195,82). Sum of RGB (Red+Green+Blue) = 176+195+82=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #B0C352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C352 is #4F3CAD. Grayscale: #B0B0B0. Windows color (decimal): -5192878 or 5424048. OLE color: 5424048.

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

Color convert

RGB 176 195 82 -
CMYK 0.10 0 0.58 0.24
HSL 70.09º 0.48% 0.54% -
HSV(B) 70.09º 0.58% 0.76% -
XYZ 38.94 48.87 15.36 -
YUV 176.44 74.71 127.69 -
System Red Green Blue C M Y K H S L
Decimal 176 195 82 0.10 0 0.58 0.24 70.09 0.48 0.54
Hex B0 C3 52 A 0 3A 18 46 30 36
Octal 260 303 122 12 0 72 30 106 60 66
Binary 10110000 11000011 1010010 1010 0 111010 11000 1000110 110000 110110

Color Harmonies of #B0C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C352

Black with #B0C352

Text Example


Text Example

White with #B0C352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C352; }

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

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

background-color css

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

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

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

border-color css

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

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

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