Html Css Color HEX #BDC610 La Rioja

📋 copy color: '#BDC610'

red 189 ◦ green 198 ◦ blue 16

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

Shades of La Rioja #BDC610

Tints of La Rioja #BDC610

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.13%

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

R = 46.9%
G = 49.13%
B = 3.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#BDC610 (or 0xBDC610) is known color: La Rioja. HEX triplet: BD, C6 and 10. RGB value is (189,198,16). Sum of RGB (Red+Green+Blue) = 189+198+16=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 198 (77.73% from 255 or 49.13% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 198 - color contains mainly: green. Hex color #BDC610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC610 is #4239EF. Grayscale: #AFAFAF. Windows color (decimal): -4340208 or 1099453. OLE color: 1099453.

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

Color convert

RGB 189 198 16 -
CMYK 0.05 0 0.92 0.22
HSL 62.97º 0.85% 0.42% -
HSV(B) 62.97º 0.92% 0.78% -
XYZ 41.27 51.24 8.21 -
YUV 174.56 38.52 138.3 -
System Red Green Blue C M Y K H S L
Decimal 189 198 16 0.05 0 0.92 0.22 62.97 0.85 0.42
Hex BD C6 10 5 0 5C 16 3F 55 2A
Octal 275 306 20 5 0 134 26 77 125 52
Binary 10111101 11000110 10000 101 0 1011100 10110 111111 1010101 101010

Color Harmonies of #BDC610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC610

Black with #BDC610

Text Example


Text Example

White with #BDC610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC610; }

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

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

background-color css

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

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

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

border-color css

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

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

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