Html Css Color HEX #BDC104 La Rioja

📋 copy color: '#BDC104'

red 189 ◦ green 193 ◦ blue 4

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

Shades of La Rioja #BDC104

Tints of La Rioja #BDC104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 50%

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

R = 48.96%
G = 50%
B = 1.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#BDC104 (or 0xBDC104) is known color: La Rioja. HEX triplet: BD, C1 and 04. RGB value is (189,193,4). Sum of RGB (Red+Green+Blue) = 189+193+4=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 193 (75.78% from 255 or 50% from 386); Blue value is 4 (1.95% from 255 or 1.04% from 386); Max value from RGB is 193 - color contains mainly: green. Hex color #BDC104 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC104 is #423EFB. Grayscale: #ABABAB. Windows color (decimal): -4341500 or 311741. OLE color: 311741.

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

Color convert

RGB 189 193 4 -
CMYK 0.02 0 0.98 0.24
HSL 61.27º 0.96% 0.39% -
HSV(B) 61.27º 0.98% 0.76% -
XYZ 40.08 48.97 7.45 -
YUV 170.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 189 193 4 0.02 0 0.98 0.24 61.27 0.96 0.39
Hex BD C1 4 2 0 62 18 3D 60 27
Octal 275 301 4 2 0 142 30 75 140 47
Binary 10111101 11000001 100 10 0 1100010 11000 111101 1100000 100111

Color Harmonies of #BDC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC104

Black with #BDC104

Text Example


Text Example

White with #BDC104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC104; }

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

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

background-color css

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

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

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

border-color css

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

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

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