Html Css Color HEX #BDC704 La Rioja

📋 copy color: '#BDC704'

red 189 ◦ green 199 ◦ blue 4

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

Shades of La Rioja #BDC704

Tints of La Rioja #BDC704

RGB

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

 GREEN value IS 199 (78.13% from 255) = 50.77%

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

R = 48.21%
G = 50.77%
B = 1.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#BDC704 (or 0xBDC704) is known color: La Rioja. HEX triplet: BD, C7 and 04. RGB value is (189,199,4). Sum of RGB (Red+Green+Blue) = 189+199+4=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 199 (78.12% from 255 or 50.77% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC704 is #4238FB. Grayscale: #AEAEAE. Windows color (decimal): -4339964 or 313277. OLE color: 313277.

HSL color Cylindrical-coordinate representation of color #BDC704: hue angle of 63.08º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BDC704 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 4 -
CMYK 0.05 0 0.98 0.22
HSL 63.08º 0.96% 0.4% -
HSV(B) 63.08º 0.98% 0.78% -
XYZ 41.43 51.67 7.91 -
YUV 173.78 32.19 138.86 -
System Red Green Blue C M Y K H S L
Decimal 189 199 4 0.05 0 0.98 0.22 63.08 0.96 0.4
Hex BD C7 4 5 0 62 16 3F 60 28
Octal 275 307 4 5 0 142 26 77 140 50
Binary 10111101 11000111 100 101 0 1100010 10110 111111 1100000 101000

Color Harmonies of #BDC704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC704

Black with #BDC704

Text Example


Text Example

White with #BDC704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC704; }

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

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

background-color css

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

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

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

border-color css

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

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

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