Html Css Color HEX #B2BC4E Celery

📋 copy color: '#B2BC4E'

red 178 ◦ green 188 ◦ blue 78

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

Shades of Celery #B2BC4E

Tints of Celery #B2BC4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.57%

R = 40.09%
G = 42.34%
B = 17.57%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#B2BC4E (or 0xB2BC4E) is known color: Celery. HEX triplet: B2, BC and 4E. RGB value is (178,188,78). Sum of RGB (Red+Green+Blue) = 178+188+78=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC4E is #4D43B1. Grayscale: #ACACAC. Windows color (decimal): -5063602 or 5160114. OLE color: 5160114.

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

Color convert

RGB 178 188 78 -
CMYK 0.05 0 0.59 0.26
HSL 65.45º 0.45% 0.52% -
HSV(B) 65.45º 0.59% 0.74% -
XYZ 37.72 45.98 14.1 -
YUV 172.47 74.69 131.94 -
System Red Green Blue C M Y K H S L
Decimal 178 188 78 0.05 0 0.59 0.26 65.45 0.45 0.52
Hex B2 BC 4E 5 0 3B 1A 41 2D 34
Octal 262 274 116 5 0 73 32 101 55 64
Binary 10110010 10111100 1001110 101 0 111011 11010 1000001 101101 110100

Color Harmonies of #B2BC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC4E

Black with #B2BC4E

Text Example


Text Example

White with #B2BC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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