Html Css Color HEX #B2BC34 Celery

📋 copy color: '#B2BC34'

red 178 ◦ green 188 ◦ blue 52

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

Shades of Celery #B2BC34

Tints of Celery #B2BC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.44%

R = 42.58%
G = 44.98%
B = 12.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#B2BC34 (or 0xB2BC34) is known color: Celery. HEX triplet: B2, BC and 34. RGB value is (178,188,52). Sum of RGB (Red+Green+Blue) = 178+188+52=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 52 (20.70% from 255 or 12.44% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BC34 is #4D43CB. Grayscale: #AAAAAA. Windows color (decimal): -5063628 or 3456178. OLE color: 3456178.

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

Color convert

RGB 178 188 52 -
CMYK 0.05 0 0.72 0.26
HSL 64.41º 0.57% 0.47% -
HSV(B) 64.41º 0.72% 0.74% -
XYZ 36.96 45.68 10.12 -
YUV 169.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 178 188 52 0.05 0 0.72 0.26 64.41 0.57 0.47
Hex B2 BC 34 5 0 48 1A 40 39 2F
Octal 262 274 64 5 0 110 32 100 71 57
Binary 10110010 10111100 110100 101 0 1001000 11010 1000000 111001 101111

Color Harmonies of #B2BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BC34

Black with #B2BC34

Text Example


Text Example

White with #B2BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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