Html Css Color HEX #B2BD34 Celery

📋 copy color: '#B2BD34'

red 178 ◦ green 189 ◦ blue 52

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

Shades of Celery #B2BD34

Tints of Celery #B2BD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

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

R = 42.48%
G = 45.11%
B = 12.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#B2BD34 (or 0xB2BD34) is known color: Celery. HEX triplet: B2, BD and 34. RGB value is (178,189,52). Sum of RGB (Red+Green+Blue) = 178+189+52=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD34 is #4D42CB. Grayscale: #AAAAAA. Windows color (decimal): -5063372 or 3456434. OLE color: 3456434.

HSL color Cylindrical-coordinate representation of color #B2BD34: hue angle of 64.82º 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 #B2BD34 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 52 -
CMYK 0.06 0 0.72 0.26
HSL 64.82º 0.57% 0.47% -
HSV(B) 64.82º 0.72% 0.74% -
XYZ 37.18 46.11 10.19 -
YUV 170.09 61.36 133.64 -
System Red Green Blue C M Y K H S L
Decimal 178 189 52 0.06 0 0.72 0.26 64.82 0.57 0.47
Hex B2 BD 34 6 0 48 1A 41 39 2F
Octal 262 275 64 6 0 110 32 101 71 57
Binary 10110010 10111101 110100 110 0 1001000 11010 1000001 111001 101111

Color Harmonies of #B2BD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD34

Black with #B2BD34

Text Example


Text Example

White with #B2BD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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