Html Css Color HEX #B2BD33 Celery

📋 copy color: '#B2BD33'

red 178 ◦ green 189 ◦ blue 51

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

Shades of Celery #B2BD33

Tints of Celery #B2BD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.2%

R = 42.58%
G = 45.22%
B = 12.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#B2BD33 (or 0xB2BD33) is known color: Celery. HEX triplet: B2, BD and 33. RGB value is (178,189,51). Sum of RGB (Red+Green+Blue) = 178+189+51=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD33 is #4D42CC. Grayscale: #AAAAAA. Windows color (decimal): -5063373 or 3390898. OLE color: 3390898.

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

Color convert

RGB 178 189 51 -
CMYK 0.06 0 0.73 0.26
HSL 64.78º 0.58% 0.47% -
HSV(B) 64.78º 0.73% 0.74% -
XYZ 37.16 46.1 10.07 -
YUV 169.98 60.86 133.72 -
System Red Green Blue C M Y K H S L
Decimal 178 189 51 0.06 0 0.73 0.26 64.78 0.58 0.47
Hex B2 BD 33 6 0 49 1A 41 3A 2F
Octal 262 275 63 6 0 111 32 101 72 57
Binary 10110010 10111101 110011 110 0 1001001 11010 1000001 111010 101111

Color Harmonies of #B2BD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD33

Black with #B2BD33

Text Example


Text Example

White with #B2BD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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