Html Css Color HEX #BDC504 La Rioja

📋 copy color: '#BDC504'

red 189 ◦ green 197 ◦ blue 4

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

Shades of La Rioja #BDC504

Tints of La Rioja #BDC504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.03%

R = 48.46%
G = 50.51%
B = 1.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#BDC504 (or 0xBDC504) is known color: La Rioja. HEX triplet: BD, C5 and 04. RGB value is (189,197,4). Sum of RGB (Red+Green+Blue) = 189+197+4=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 4 (1.95% from 255 or 1.03% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC504 is #423AFB. Grayscale: #ADADAD. Windows color (decimal): -4340476 or 312765. OLE color: 312765.

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

Color convert

RGB 189 197 4 -
CMYK 0.04 0 0.98 0.23
HSL 62.49º 0.96% 0.39% -
HSV(B) 62.49º 0.98% 0.77% -
XYZ 40.97 50.76 7.75 -
YUV 172.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 189 197 4 0.04 0 0.98 0.23 62.49 0.96 0.39
Hex BD C5 4 4 0 62 17 3E 60 27
Octal 275 305 4 4 0 142 27 76 140 47
Binary 10111101 11000101 100 100 0 1100010 10111 111110 1100000 100111

Color Harmonies of #BDC504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC504

Black with #BDC504

Text Example


Text Example

White with #BDC504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC504; }

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

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

background-color css

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

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

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

border-color css

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

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

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