Html Css Color HEX #BDC506 La Rioja

📋 copy color: '#BDC506'

red 189 ◦ green 197 ◦ blue 6

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

Shades of La Rioja #BDC506

Tints of La Rioja #BDC506

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

 BLUE value IS 6 (2.73% from 255) = 1.53%

R = 48.21%
G = 50.26%
B = 1.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#BDC506 (or 0xBDC506) is known color: La Rioja. HEX triplet: BD, C5 and 06. RGB value is (189,197,6). Sum of RGB (Red+Green+Blue) = 189+197+6=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC506 is #423AF9. Grayscale: #ADADAD. Windows color (decimal): -4340474 or 443837. OLE color: 443837.

HSL color Cylindrical-coordinate representation of color #BDC506: hue angle of 62.51º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDC506 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 197 6 -
CMYK 0.04 0 0.97 0.23
HSL 62.51º 0.94% 0.4% -
HSV(B) 62.51º 0.97% 0.77% -
XYZ 40.99 50.76 7.81 -
YUV 172.83 33.85 139.53 -
System Red Green Blue C M Y K H S L
Decimal 189 197 6 0.04 0 0.97 0.23 62.51 0.94 0.4
Hex BD C5 6 4 0 61 17 3F 5E 28
Octal 275 305 6 4 0 141 27 77 136 50
Binary 10111101 11000101 110 100 0 1100001 10111 111111 1011110 101000

Color Harmonies of #BDC506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC506

Black with #BDC506

Text Example


Text Example

White with #BDC506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC506; }

 p { color: rgb(189,197,6); }

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

background-color css

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

 a { background-color: rgb(189,197,6); }

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

border-color css

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

 span { border-color: rgb(189,197,6); }

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