Html Css Color HEX #BDBE33 Old Gold

📋 copy color: '#BDBE33'

red 189 ◦ green 190 ◦ blue 51

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

Shades of Old Gold #BDBE33

Tints of Old Gold #BDBE33

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.19%

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

R = 43.95%
G = 44.19%
B = 11.86%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#BDBE33 (or 0xBDBE33) is known color: Old Gold. HEX triplet: BD, BE and 33. RGB value is (189,190,51). Sum of RGB (Red+Green+Blue) = 189+190+51=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBE33 is #4241CC. Grayscale: #AEAEAE. Windows color (decimal): -4342221 or 3391165. OLE color: 3391165.

HSL color Cylindrical-coordinate representation of color #BDBE33: hue angle of 60.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDBE33 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 189 190 51 -
CMYK 0.01 0 0.73 0.25
HSL 60.43º 0.58% 0.47% -
HSV(B) 60.43º 0.73% 0.75% -
XYZ 40 47.88 10.27 -
YUV 173.86 58.67 138.8 -
System Red Green Blue C M Y K H S L
Decimal 189 190 51 0.01 0 0.73 0.25 60.43 0.58 0.47
Hex BD BE 33 1 0 49 19 3C 3A 2F
Octal 275 276 63 1 0 111 31 74 72 57
Binary 10111101 10111110 110011 1 0 1001001 11001 111100 111010 101111

Color Harmonies of #BDBE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBE33

Black with #BDBE33

Text Example


Text Example

White with #BDBE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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