Html Css Color HEX #B2BC38 Celery

📋 copy color: '#B2BC38'

red 178 ◦ green 188 ◦ blue 56

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

Shades of Celery #B2BC38

Tints of Celery #B2BC38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 13.27%

R = 42.18%
G = 44.55%
B = 13.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#B2BC38 (or 0xB2BC38) is known color: Celery. HEX triplet: B2, BC and 38. RGB value is (178,188,56). Sum of RGB (Red+Green+Blue) = 178+188+56=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 56 (22.27% from 255 or 13.27% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC38 is #4D43C7. Grayscale: #AAAAAA. Windows color (decimal): -5063624 or 3718322. OLE color: 3718322.

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

Color convert

RGB 178 188 56 -
CMYK 0.05 0 0.70 0.26
HSL 64.55º 0.54% 0.48% -
HSV(B) 64.55º 0.7% 0.74% -
XYZ 37.06 45.72 10.61 -
YUV 169.96 63.69 133.73 -
System Red Green Blue C M Y K H S L
Decimal 178 188 56 0.05 0 0.70 0.26 64.55 0.54 0.48
Hex B2 BC 38 5 0 46 1A 41 36 30
Octal 262 274 70 5 0 106 32 101 66 60
Binary 10110010 10111100 111000 101 0 1000110 11010 1000001 110110 110000

Color Harmonies of #B2BC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC38

Black with #B2BC38

Text Example


Text Example

White with #B2BC38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC38; }

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

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

background-color css

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

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

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

border-color css

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

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

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