Html Css Color HEX #BDB00A La Rioja

📋 copy color: '#BDB00A'

red 189 ◦ green 176 ◦ blue 10

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

Shades of La Rioja #BDB00A

Tints of La Rioja #BDB00A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.93%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 50.4%
G = 46.93%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB00A (or 0xBDB00A) is known color: La Rioja. HEX triplet: BD, B0 and 0A. RGB value is (189,176,10). Sum of RGB (Red+Green+Blue) = 189+176+10=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB00A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB00A is #424FF5. Grayscale: #A1A1A1. Windows color (decimal): -4345846 or 700605. OLE color: 700605.

HSL color Cylindrical-coordinate representation of color #BDB00A: hue angle of 55.64º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BDB00A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 176 10 -
CMYK 0 0.07 0.95 0.26
HSL 55.64º 0.9% 0.39% -
HSV(B) 55.64º 0.95% 0.74% -
XYZ 36.57 41.89 6.45 -
YUV 160.96 42.81 148 -
System Red Green Blue C M Y K H S L
Decimal 189 176 10 0 0.07 0.95 0.26 55.64 0.9 0.39
Hex BD B0 A 0 7 5F 1A 38 5A 27
Octal 275 260 12 0 7 137 32 70 132 47
Binary 10111101 10110000 1010 0 111 1011111 11010 111000 1011010 100111

Color Harmonies of #BDB00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB00A

Black with #BDB00A

Text Example


Text Example

White with #BDB00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB00A; }

 p { color: rgb(189,176,10); }

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

background-color css

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

 a { background-color: rgb(189,176,10); }

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

border-color css

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

 span { border-color: rgb(189,176,10); }

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