Html Css Color HEX #BDAE02 La Rioja

📋 copy color: '#BDAE02'

red 189 ◦ green 174 ◦ blue 2

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

Shades of La Rioja #BDAE02

Tints of La Rioja #BDAE02

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.67%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 51.78%
G = 47.67%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDAE02 (or 0xBDAE02) is known color: La Rioja. HEX triplet: BD, AE and 02. RGB value is (189,174,2). Sum of RGB (Red+Green+Blue) = 189+174+2=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAE02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAE02 is #4251FD. Grayscale: #9F9F9F. Windows color (decimal): -4346366 or 175805. OLE color: 175805.

HSL color Cylindrical-coordinate representation of color #BDAE02: hue angle of 55.19º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BDAE02 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 174 2 -
CMYK 0 0.08 0.99 0.26
HSL 55.19º 0.98% 0.37% -
HSV(B) 55.19º 0.99% 0.74% -
XYZ 36.13 41.1 6.09 -
YUV 158.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 189 174 2 0 0.08 0.99 0.26 55.19 0.98 0.37
Hex BD AE 2 0 8 63 1A 37 62 25
Octal 275 256 2 0 10 143 32 67 142 45
Binary 10111101 10101110 10 0 1000 1100011 11010 110111 1100010 100101

Color Harmonies of #BDAE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAE02

Black with #BDAE02

Text Example


Text Example

White with #BDAE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAE02; }

 p { color: rgb(189,174,2); }

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

background-color css

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

 a { background-color: rgb(189,174,2); }

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

border-color css

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

 span { border-color: rgb(189,174,2); }

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