Html Css Color HEX #BDC910 La Rioja

📋 copy color: '#BDC910'

red 189 ◦ green 201 ◦ blue 16

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

Shades of La Rioja #BDC910

Tints of La Rioja #BDC910

RGB

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

 GREEN value IS 201 (78.91% from 255) = 49.51%

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

R = 46.55%
G = 49.51%
B = 3.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#BDC910 (or 0xBDC910) is known color: La Rioja. HEX triplet: BD, C9 and 10. RGB value is (189,201,16). Sum of RGB (Red+Green+Blue) = 189+201+16=406 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.55% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC910 is #4236EF. Grayscale: #B1B1B1. Windows color (decimal): -4339440 or 1100221. OLE color: 1100221.

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

Color convert

RGB 189 201 16 -
CMYK 0.06 0 0.92 0.21
HSL 63.89º 0.85% 0.43% -
HSV(B) 63.89º 0.92% 0.79% -
XYZ 41.97 52.63 8.44 -
YUV 176.32 37.52 137.04 -
System Red Green Blue C M Y K H S L
Decimal 189 201 16 0.06 0 0.92 0.21 63.89 0.85 0.43
Hex BD C9 10 6 0 5C 15 40 55 2B
Octal 275 311 20 6 0 134 25 100 125 53
Binary 10111101 11001001 10000 110 0 1011100 10101 1000000 1010101 101011

Color Harmonies of #BDC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC910

Black with #BDC910

Text Example


Text Example

White with #BDC910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC910; }

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

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

background-color css

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

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

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

border-color css

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

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

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