Html Css Color HEX #BDBB51 Celery

📋 copy color: '#BDBB51'

red 189 ◦ green 187 ◦ blue 81

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

Shades of Celery #BDBB51

Tints of Celery #BDBB51

RGB

 RED value IS 189 (74.22% from 255) = 41.36%

 GREEN value IS 187 (73.44% from 255) = 40.92%

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

R = 41.36%
G = 40.92%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BDBB51 (or 0xBDBB51) is known color: Celery. HEX triplet: BD, BB and 51. RGB value is (189,187,81). Sum of RGB (Red+Green+Blue) = 189+187+81=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBB51 is #4244AE. Grayscale: #AFAFAF. Windows color (decimal): -4342959 or 5356477. OLE color: 5356477.

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

Color convert

RGB 189 187 81 -
CMYK 0 0.01 0.57 0.26
HSL 58.89º 0.45% 0.53% -
HSV(B) 58.89º 0.57% 0.74% -
XYZ 40.24 46.95 14.73 -
YUV 175.51 74.66 137.62 -
System Red Green Blue C M Y K H S L
Decimal 189 187 81 0 0.01 0.57 0.26 58.89 0.45 0.53
Hex BD BB 51 0 1 39 1A 3B 2D 35
Octal 275 273 121 0 1 71 32 73 55 65
Binary 10111101 10111011 1010001 0 1 111001 11010 111011 101101 110101

Color Harmonies of #BDBB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBB51

Black with #BDBB51

Text Example


Text Example

White with #BDBB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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