Html Css Color HEX #B2BD49 Celery

📋 copy color: '#B2BD49'

red 178 ◦ green 189 ◦ blue 73

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

Shades of Celery #B2BD49

Tints of Celery #B2BD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.59%

R = 40.45%
G = 42.95%
B = 16.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#B2BD49 (or 0xB2BD49) is known color: Celery. HEX triplet: B2, BD and 49. RGB value is (178,189,73). Sum of RGB (Red+Green+Blue) = 178+189+73=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 73 (28.91% from 255 or 16.59% from 440); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2BD49 is #4D42B6. Grayscale: #ACACAC. Windows color (decimal): -5063351 or 4832690. OLE color: 4832690.

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

Color convert

RGB 178 189 73 -
CMYK 0.06 0 0.61 0.26
HSL 65.69º 0.47% 0.51% -
HSV(B) 65.69º 0.61% 0.74% -
XYZ 37.76 46.34 13.26 -
YUV 172.49 71.86 131.93 -
System Red Green Blue C M Y K H S L
Decimal 178 189 73 0.06 0 0.61 0.26 65.69 0.47 0.51
Hex B2 BD 49 6 0 3D 1A 42 2F 33
Octal 262 275 111 6 0 75 32 102 57 63
Binary 10110010 10111101 1001001 110 0 111101 11010 1000010 101111 110011

Color Harmonies of #B2BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD49

Black with #B2BD49

Text Example


Text Example

White with #B2BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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