Html Css Color HEX #BDA902 La Rioja

📋 copy color: '#BDA902'

red 189 ◦ green 169 ◦ blue 2

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

Shades of La Rioja #BDA902

Tints of La Rioja #BDA902

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.94%

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

R = 52.5%
G = 46.94%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BDA902 (or 0xBDA902) is known color: La Rioja. HEX triplet: BD, A9 and 02. RGB value is (189,169,2). Sum of RGB (Red+Green+Blue) = 189+169+2=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 169 (66.41% from 255 or 46.94% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDA902 is #4256FD. Grayscale: #9C9C9C. Windows color (decimal): -4347646 or 174525. OLE color: 174525.

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

Color convert

RGB 189 169 2 -
CMYK 0 0.11 0.99 0.26
HSL 53.58º 0.98% 0.37% -
HSV(B) 53.58º 0.99% 0.74% -
XYZ 35.19 39.2 5.77 -
YUV 155.94 41.13 151.58 -
System Red Green Blue C M Y K H S L
Decimal 189 169 2 0 0.11 0.99 0.26 53.58 0.98 0.37
Hex BD A9 2 0 B 63 1A 36 62 25
Octal 275 251 2 0 13 143 32 66 142 45
Binary 10111101 10101001 10 0 1011 1100011 11010 110110 1100010 100101

Color Harmonies of #BDA902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA902

Black with #BDA902

Text Example


Text Example

White with #BDA902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA902; }

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

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

background-color css

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

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

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

border-color css

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

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

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