Html Css Color HEX #B0C845 Celery

📋 copy color: '#B0C845'

red 176 ◦ green 200 ◦ blue 69

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

Shades of Celery #B0C845

Tints of Celery #B0C845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.51%

R = 39.55%
G = 44.94%
B = 15.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#B0C845 (or 0xB0C845) is known color: Celery. HEX triplet: B0, C8 and 45. RGB value is (176,200,69). Sum of RGB (Red+Green+Blue) = 176+200+69=445 (58% of max value = 765). Red value is 176 (69.14% from 255 or 39.55% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 69 (27.34% from 255 or 15.51% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #B0C845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0C845 is #4F37BA. Grayscale: #B2B2B2. Windows color (decimal): -5191611 or 4573360. OLE color: 4573360.

HSL color Cylindrical-coordinate representation of color #B0C845: hue angle of 70.99º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B0C845 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 200 69 -
CMYK 0.12 0 0.66 0.22
HSL 70.99º 0.54% 0.53% -
HSV(B) 70.99º 0.66% 0.78% -
XYZ 39.63 50.97 13.38 -
YUV 177.89 66.55 126.65 -
System Red Green Blue C M Y K H S L
Decimal 176 200 69 0.12 0 0.66 0.22 70.99 0.54 0.53
Hex B0 C8 45 C 0 42 16 47 36 35
Octal 260 310 105 14 0 102 26 107 66 65
Binary 10110000 11001000 1000101 1100 0 1000010 10110 1000111 110110 110101

Color Harmonies of #B0C845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C845

Black with #B0C845

Text Example


Text Example

White with #B0C845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C845; }

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

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

background-color css

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

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

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

border-color css

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

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

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