Html Css Color HEX #BDC404 La Rioja

📋 copy color: '#BDC404'

red 189 ◦ green 196 ◦ blue 4

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

Shades of La Rioja #BDC404

Tints of La Rioja #BDC404

RGB

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

 GREEN value IS 196 (76.95% from 255) = 50.39%

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

R = 48.59%
G = 50.39%
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

#BDC404 (or 0xBDC404) is known color: La Rioja. HEX triplet: BD, C4 and 04. RGB value is (189,196,4). Sum of RGB (Red+Green+Blue) = 189+196+4=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 196 (76.95% from 255 or 50.39% from 389); Blue value is 4 (1.95% from 255 or 1.03% from 389); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC404 is #423BFB. Grayscale: #ACACAC. Windows color (decimal): -4340732 or 312509. OLE color: 312509.

HSL color Cylindrical-coordinate representation of color #BDC404: hue angle of 62.19º 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 #BDC404 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB 189 196 4 -
CMYK 0.04 0 0.98 0.23
HSL 62.19º 0.96% 0.39% -
HSV(B) 62.19º 0.98% 0.77% -
XYZ 40.75 50.31 7.68 -
YUV 172.02 33.18 140.11 -
System Red Green Blue C M Y K H S L
Decimal 189 196 4 0.04 0 0.98 0.23 62.19 0.96 0.39
Hex BD C4 4 4 0 62 17 3E 60 27
Octal 275 304 4 4 0 142 27 76 140 47
Binary 10111101 11000100 100 100 0 1100010 10111 111110 1100000 100111

Color Harmonies of #BDC404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC404

Black with #BDC404

Text Example


Text Example

White with #BDC404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC404; }

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

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

background-color css

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

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

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

border-color css

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

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

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