Html Css Color HEX #BDB61A La Rioja

📋 copy color: '#BDB61A'

red 189 ◦ green 182 ◦ blue 26

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

Shades of La Rioja #BDB61A

Tints of La Rioja #BDB61A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.84%

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 47.61%
G = 45.84%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BDB61A (or 0xBDB61A) is known color: La Rioja. HEX triplet: BD, B6 and 1A. RGB value is (189,182,26). Sum of RGB (Red+Green+Blue) = 189+182+26=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB61A is #4249E5. Grayscale: #A6A6A6. Windows color (decimal): -4344294 or 1750717. OLE color: 1750717.

HSL color Cylindrical-coordinate representation of color #BDB61A: hue angle of 57.42º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BDB61A is Cyan = 0, Magento = 0.04, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 182 26 -
CMYK 0 0.04 0.86 0.26
HSL 57.42º 0.76% 0.42% -
HSV(B) 57.42º 0.86% 0.74% -
XYZ 37.9 44.35 7.54 -
YUV 166.31 48.82 144.18 -
System Red Green Blue C M Y K H S L
Decimal 189 182 26 0 0.04 0.86 0.26 57.42 0.76 0.42
Hex BD B6 1A 0 4 56 1A 39 4C 2A
Octal 275 266 32 0 4 126 32 71 114 52
Binary 10111101 10110110 11010 0 100 1010110 11010 111001 1001100 101010

Color Harmonies of #BDB61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB61A

Black with #BDB61A

Text Example


Text Example

White with #BDB61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB61A; }

 p { color: rgb(189,182,26); }

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

background-color css

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

 a { background-color: rgb(189,182,26); }

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

border-color css

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

 span { border-color: rgb(189,182,26); }

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