Html Css Color HEX #B2BD37 Celery

📋 copy color: '#B2BD37'

red 178 ◦ green 189 ◦ blue 55

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

Shades of Celery #B2BD37

Tints of Celery #B2BD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 13.03%

R = 42.18%
G = 44.79%
B = 13.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#B2BD37 (or 0xB2BD37) is known color: Celery. HEX triplet: B2, BD and 37. RGB value is (178,189,55). Sum of RGB (Red+Green+Blue) = 178+189+55=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 55 (21.88% from 255 or 13.03% from 422); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD37 is #4D42C8. Grayscale: #AAAAAA. Windows color (decimal): -5063369 or 3653042. OLE color: 3653042.

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

Color convert

RGB 178 189 55 -
CMYK 0.06 0 0.71 0.26
HSL 64.93º 0.55% 0.48% -
HSV(B) 64.93º 0.71% 0.74% -
XYZ 37.25 46.14 10.56 -
YUV 170.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 178 189 55 0.06 0 0.71 0.26 64.93 0.55 0.48
Hex B2 BD 37 6 0 47 1A 41 37 30
Octal 262 275 67 6 0 107 32 101 67 60
Binary 10110010 10111101 110111 110 0 1000111 11010 1000001 110111 110000

Color Harmonies of #B2BD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD37

Black with #B2BD37

Text Example


Text Example

White with #B2BD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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