Html Css Color HEX #BDC810 La Rioja

📋 copy color: '#BDC810'

red 189 ◦ green 200 ◦ blue 16

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

Shades of La Rioja #BDC810

Tints of La Rioja #BDC810

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.38%

 BLUE value IS 16 (6.64% from 255) = 3.95%

R = 46.67%
G = 49.38%
B = 3.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#BDC810 (or 0xBDC810) is known color: La Rioja. HEX triplet: BD, C8 and 10. RGB value is (189,200,16). Sum of RGB (Red+Green+Blue) = 189+200+16=405 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.67% from 405); Green value is 200 (78.52% from 255 or 49.38% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC810 is #4237EF. Grayscale: #B0B0B0. Windows color (decimal): -4339696 or 1099965. OLE color: 1099965.

HSL color Cylindrical-coordinate representation of color #BDC810: hue angle of 63.59º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BDC810 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 200 16 -
CMYK 0.06 0 0.92 0.22
HSL 63.59º 0.85% 0.42% -
HSV(B) 63.59º 0.92% 0.78% -
XYZ 41.73 52.16 8.36 -
YUV 175.74 37.86 137.46 -
System Red Green Blue C M Y K H S L
Decimal 189 200 16 0.06 0 0.92 0.22 63.59 0.85 0.42
Hex BD C8 10 6 0 5C 16 40 55 2A
Octal 275 310 20 6 0 134 26 100 125 52
Binary 10111101 11001000 10000 110 0 1011100 10110 1000000 1010101 101010

Color Harmonies of #BDC810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC810

Black with #BDC810

Text Example


Text Example

White with #BDC810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC810; }

 p { color: rgb(189,200,16); }

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

background-color css

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

 a { background-color: rgb(189,200,16); }

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

border-color css

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

 span { border-color: rgb(189,200,16); }

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