Html Css Color HEX #B2BC59 Celery

📋 copy color: '#B2BC59'

red 178 ◦ green 188 ◦ blue 89

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

Shades of Celery #B2BC59

Tints of Celery #B2BC59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.56%

R = 39.12%
G = 41.32%
B = 19.56%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#B2BC59 (or 0xB2BC59) is known color: Celery. HEX triplet: B2, BC and 59. RGB value is (178,188,89). Sum of RGB (Red+Green+Blue) = 178+188+89=455 (60% of max value = 765). Red value is 178 (69.92% from 255 or 39.12% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 89 (35.16% from 255 or 19.56% from 455); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC59 is #4D43A6. Grayscale: #AEAEAE. Windows color (decimal): -5063591 or 5881010. OLE color: 5881010.

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

Color convert

RGB 178 188 89 -
CMYK 0.05 0 0.53 0.26
HSL 66.06º 0.42% 0.54% -
HSV(B) 66.06º 0.53% 0.74% -
XYZ 38.15 46.15 16.35 -
YUV 173.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 178 188 89 0.05 0 0.53 0.26 66.06 0.42 0.54
Hex B2 BC 59 5 0 35 1A 42 2A 36
Octal 262 274 131 5 0 65 32 102 52 66
Binary 10110010 10111100 1011001 101 0 110101 11010 1000010 101010 110110

Color Harmonies of #B2BC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC59

Black with #B2BC59

Text Example


Text Example

White with #B2BC59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC59; }

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

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

background-color css

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

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

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

border-color css

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

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

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