Html Css Color HEX #BDB40A La Rioja

📋 copy color: '#BDB40A'

red 189 ◦ green 180 ◦ blue 10

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

Shades of La Rioja #BDB40A

Tints of La Rioja #BDB40A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.49%

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

R = 49.87%
G = 47.49%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BDB40A (or 0xBDB40A) is known color: La Rioja. HEX triplet: BD, B4 and 0A. RGB value is (189,180,10). Sum of RGB (Red+Green+Blue) = 189+180+10=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 10 (4.30% from 255 or 2.64% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB40A is #424BF5. Grayscale: #A3A3A3. Windows color (decimal): -4344822 or 701629. OLE color: 701629.

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

Color convert

RGB 189 180 10 -
CMYK 0 0.05 0.95 0.26
HSL 56.98º 0.9% 0.39% -
HSV(B) 56.98º 0.95% 0.74% -
XYZ 37.36 43.48 6.71 -
YUV 163.31 41.48 146.32 -
System Red Green Blue C M Y K H S L
Decimal 189 180 10 0 0.05 0.95 0.26 56.98 0.9 0.39
Hex BD B4 A 0 5 5F 1A 39 5A 27
Octal 275 264 12 0 5 137 32 71 132 47
Binary 10111101 10110100 1010 0 101 1011111 11010 111001 1011010 100111

Color Harmonies of #BDB40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB40A

Black with #BDB40A

Text Example


Text Example

White with #BDB40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB40A; }

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

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

background-color css

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

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

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

border-color css

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

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

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