Html Css Color HEX #B0BC45 Celery

📋 copy color: '#B0BC45'

red 176 ◦ green 188 ◦ blue 69

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

Shades of Celery #B0BC45

Tints of Celery #B0BC45

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.42%

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

R = 40.65%
G = 43.42%
B = 15.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#B0BC45 (or 0xB0BC45) is known color: Celery. HEX triplet: B0, BC and 45. RGB value is (176,188,69). Sum of RGB (Red+Green+Blue) = 176+188+69=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC45 is #4F43BA. Grayscale: #ABABAB. Windows color (decimal): -5194683 or 4570288. OLE color: 4570288.

HSL color Cylindrical-coordinate representation of color #B0BC45: hue angle of 66.05º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B0BC45 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 188 69 -
CMYK 0.06 0 0.63 0.26
HSL 66.05º 0.47% 0.5% -
HSV(B) 66.05º 0.63% 0.74% -
XYZ 36.96 45.63 12.49 -
YUV 170.85 70.52 131.68 -
System Red Green Blue C M Y K H S L
Decimal 176 188 69 0.06 0 0.63 0.26 66.05 0.47 0.5
Hex B0 BC 45 6 0 3F 1A 42 2F 32
Octal 260 274 105 6 0 77 32 102 57 62
Binary 10110000 10111100 1000101 110 0 111111 11010 1000010 101111 110010

Color Harmonies of #B0BC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC45

Black with #B0BC45

Text Example


Text Example

White with #B0BC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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