Html Css Color HEX #BDC407 La Rioja

📋 copy color: '#BDC407'

red 189 ◦ green 196 ◦ blue 7

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

Shades of La Rioja #BDC407

Tints of La Rioja #BDC407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.79%

R = 48.21%
G = 50%
B = 1.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#BDC407 (or 0xBDC407) is known color: La Rioja. HEX triplet: BD, C4 and 07. RGB value is (189,196,7). Sum of RGB (Red+Green+Blue) = 189+196+7=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC407 is #423BF8. Grayscale: #ADADAD. Windows color (decimal): -4340729 or 509117. OLE color: 509117.

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

Color convert

RGB 189 196 7 -
CMYK 0.04 0 0.96 0.23
HSL 62.22º 0.93% 0.4% -
HSV(B) 62.22º 0.96% 0.77% -
XYZ 40.76 50.31 7.76 -
YUV 172.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 189 196 7 0.04 0 0.96 0.23 62.22 0.93 0.4
Hex BD C4 7 4 0 60 17 3E 5D 28
Octal 275 304 7 4 0 140 27 76 135 50
Binary 10111101 11000100 111 100 0 1100000 10111 111110 1011101 101000

Color Harmonies of #BDC407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC407

Black with #BDC407

Text Example


Text Example

White with #BDC407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC407; }

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

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

background-color css

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

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

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

border-color css

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

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

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