Html Css Color HEX #B2BF34 Celery

📋 copy color: '#B2BF34'

red 178 ◦ green 191 ◦ blue 52

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

Shades of Celery #B2BF34

Tints of Celery #B2BF34

RGB

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

 GREEN value IS 191 (75% from 255) = 45.37%

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

R = 42.28%
G = 45.37%
B = 12.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#B2BF34 (or 0xB2BF34) is known color: Celery. HEX triplet: B2, BF and 34. RGB value is (178,191,52). Sum of RGB (Red+Green+Blue) = 178+191+52=421 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.28% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 52 (20.70% from 255 or 12.35% from 421); Max value from RGB is 191 - color contains mainly: green. Hex color #B2BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BF34 is #4D40CB. Grayscale: #ABABAB. Windows color (decimal): -5062860 or 3456946. OLE color: 3456946.

HSL color Cylindrical-coordinate representation of color #B2BF34: hue angle of 65.61º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2BF34 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 191 52 -
CMYK 0.07 0 0.73 0.25
HSL 65.61º 0.57% 0.48% -
HSV(B) 65.61º 0.73% 0.75% -
XYZ 37.61 46.97 10.33 -
YUV 171.27 60.69 132.8 -
System Red Green Blue C M Y K H S L
Decimal 178 191 52 0.07 0 0.73 0.25 65.61 0.57 0.48
Hex B2 BF 34 7 0 49 19 42 39 30
Octal 262 277 64 7 0 111 31 102 71 60
Binary 10110010 10111111 110100 111 0 1001001 11001 1000010 111001 110000

Color Harmonies of #B2BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BF34

Black with #B2BF34

Text Example


Text Example

White with #B2BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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