Html Css Color HEX #B2BC40 Celery

📋 copy color: '#B2BC40'

red 178 ◦ green 188 ◦ blue 64

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

Shades of Celery #B2BC40

Tints of Celery #B2BC40

RGB

 RED value IS 178 (69.92% from 255) = 41.4%

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

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 41.4%
G = 43.72%
B = 14.88%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#B2BC40 (or 0xB2BC40) is known color: Celery. HEX triplet: B2, BC and 40. RGB value is (178,188,64). Sum of RGB (Red+Green+Blue) = 178+188+64=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC40 is #4D43BF. Grayscale: #ABABAB. Windows color (decimal): -5063616 or 4242610. OLE color: 4242610.

HSL color Cylindrical-coordinate representation of color #B2BC40: hue angle of 64.84º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B2BC40 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 188 64 -
CMYK 0.05 0 0.66 0.26
HSL 64.84º 0.49% 0.49% -
HSV(B) 64.84º 0.66% 0.74% -
XYZ 37.27 45.8 11.73 -
YUV 170.87 67.69 133.08 -
System Red Green Blue C M Y K H S L
Decimal 178 188 64 0.05 0 0.66 0.26 64.84 0.49 0.49
Hex B2 BC 40 5 0 42 1A 41 31 31
Octal 262 274 100 5 0 102 32 101 61 61
Binary 10110010 10111100 1000000 101 0 1000010 11010 1000001 110001 110001

Color Harmonies of #B2BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC40

Black with #B2BC40

Text Example


Text Example

White with #B2BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC40; }

 p { color: rgb(178,188,64); }

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

background-color css

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

 a { background-color: rgb(178,188,64); }

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

border-color css

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

 span { border-color: rgb(178,188,64); }

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