Html Css Color HEX #BDB20A La Rioja

📋 copy color: '#BDB20A'

red 189 ◦ green 178 ◦ blue 10

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

Shades of La Rioja #BDB20A

Tints of La Rioja #BDB20A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.21%

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

R = 50.13%
G = 47.21%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB20A (or 0xBDB20A) is known color: La Rioja. HEX triplet: BD, B2 and 0A. RGB value is (189,178,10). Sum of RGB (Red+Green+Blue) = 189+178+10=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB20A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB20A is #424DF5. Grayscale: #A2A2A2. Windows color (decimal): -4345334 or 701117. OLE color: 701117.

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

Color convert

RGB 189 178 10 -
CMYK 0 0.06 0.95 0.26
HSL 56.31º 0.9% 0.39% -
HSV(B) 56.31º 0.95% 0.74% -
XYZ 36.96 42.68 6.58 -
YUV 162.14 42.14 147.16 -
System Red Green Blue C M Y K H S L
Decimal 189 178 10 0 0.06 0.95 0.26 56.31 0.9 0.39
Hex BD B2 A 0 6 5F 1A 38 5A 27
Octal 275 262 12 0 6 137 32 70 132 47
Binary 10111101 10110010 1010 0 110 1011111 11010 111000 1011010 100111

Color Harmonies of #BDB20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB20A

Black with #BDB20A

Text Example


Text Example

White with #BDB20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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