Html Css Color HEX #B0BC4A Celery

📋 copy color: '#B0BC4A'

red 176 ◦ green 188 ◦ blue 74

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

Shades of Celery #B0BC4A

Tints of Celery #B0BC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.89%

R = 40.18%
G = 42.92%
B = 16.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#B0BC4A (or 0xB0BC4A) is known color: Celery. HEX triplet: B0, BC and 4A. RGB value is (176,188,74). Sum of RGB (Red+Green+Blue) = 176+188+74=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 74 (29.30% from 255 or 16.89% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BC4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0BC4A is #4F43B5. Grayscale: #ABABAB. Windows color (decimal): -5194678 or 4897968. OLE color: 4897968.

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

Color convert

RGB 176 188 74 -
CMYK 0.06 0 0.61 0.26
HSL 66.32º 0.46% 0.51% -
HSV(B) 66.32º 0.61% 0.74% -
XYZ 37.12 45.69 13.34 -
YUV 171.42 73.02 131.27 -
System Red Green Blue C M Y K H S L
Decimal 176 188 74 0.06 0 0.61 0.26 66.32 0.46 0.51
Hex B0 BC 4A 6 0 3D 1A 42 2E 33
Octal 260 274 112 6 0 75 32 102 56 63
Binary 10110000 10111100 1001010 110 0 111101 11010 1000010 101110 110011

Color Harmonies of #B0BC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BC4A

Black with #B0BC4A

Text Example


Text Example

White with #B0BC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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