Html Css Color HEX #B0C852 Celery

📋 copy color: '#B0C852'

red 176 ◦ green 200 ◦ blue 82

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

Shades of Celery #B0C852

Tints of Celery #B0C852

RGB

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

 GREEN value IS 200 (78.52% from 255) = 43.67%

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

R = 38.43%
G = 43.67%
B = 17.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#B0C852 (or 0xB0C852) is known color: Celery. HEX triplet: B0, C8 and 52. RGB value is (176,200,82). Sum of RGB (Red+Green+Blue) = 176+200+82=458 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.43% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 82 (32.42% from 255 or 17.90% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C852 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0C852 is #4F37AD. Grayscale: #B3B3B3. Windows color (decimal): -5191598 or 5425328. OLE color: 5425328.

HSL color Cylindrical-coordinate representation of color #B0C852: hue angle of 72.2º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0C852 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 82 -
CMYK 0.12 0 0.59 0.22
HSL 72.2º 0.52% 0.55% -
HSV(B) 72.2º 0.59% 0.78% -
XYZ 40.08 51.15 15.74 -
YUV 179.37 73.05 125.59 -
System Red Green Blue C M Y K H S L
Decimal 176 200 82 0.12 0 0.59 0.22 72.2 0.52 0.55
Hex B0 C8 52 C 0 3B 16 48 34 37
Octal 260 310 122 14 0 73 26 110 64 67
Binary 10110000 11001000 1010010 1100 0 111011 10110 1001000 110100 110111

Color Harmonies of #B0C852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C852

Black with #B0C852

Text Example


Text Example

White with #B0C852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C852; }

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

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

background-color css

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

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

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

border-color css

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

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

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