Html Css Color HEX #B2BD51 Celery

📋 copy color: '#B2BD51'

red 178 ◦ green 189 ◦ blue 81

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

Shades of Celery #B2BD51

Tints of Celery #B2BD51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.08%

R = 39.73%
G = 42.19%
B = 18.08%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#B2BD51 (or 0xB2BD51) is known color: Celery. HEX triplet: B2, BD and 51. RGB value is (178,189,81). Sum of RGB (Red+Green+Blue) = 178+189+81=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BD51 is #4D42AE. Grayscale: #ADADAD. Windows color (decimal): -5063343 or 5356978. OLE color: 5356978.

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

Color convert

RGB 178 189 81 -
CMYK 0.06 0 0.57 0.26
HSL 66.11º 0.45% 0.53% -
HSV(B) 66.11º 0.57% 0.74% -
XYZ 38.04 46.45 14.75 -
YUV 173.4 75.86 131.28 -
System Red Green Blue C M Y K H S L
Decimal 178 189 81 0.06 0 0.57 0.26 66.11 0.45 0.53
Hex B2 BD 51 6 0 39 1A 42 2D 35
Octal 262 275 121 6 0 71 32 102 55 65
Binary 10110010 10111101 1010001 110 0 111001 11010 1000010 101101 110101

Color Harmonies of #B2BD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD51

Black with #B2BD51

Text Example


Text Example

White with #B2BD51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD51; }

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

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

background-color css

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

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

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

border-color css

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

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

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