Html Css Color HEX #BDC705 La Rioja

📋 copy color: '#BDC705'

red 189 ◦ green 199 ◦ blue 5

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

Shades of La Rioja #BDC705

Tints of La Rioja #BDC705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 48.09%
G = 50.64%
B = 1.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#BDC705 (or 0xBDC705) is known color: La Rioja. HEX triplet: BD, C7 and 05. RGB value is (189,199,5). Sum of RGB (Red+Green+Blue) = 189+199+5=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 199 (78.12% from 255 or 50.64% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC705 is #4238FA. Grayscale: #AEAEAE. Windows color (decimal): -4339963 or 378813. OLE color: 378813.

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

Color convert

RGB 189 199 5 -
CMYK 0.05 0 0.97 0.22
HSL 63.09º 0.95% 0.4% -
HSV(B) 63.09º 0.97% 0.78% -
XYZ 41.44 51.68 7.93 -
YUV 173.89 32.69 138.77 -
System Red Green Blue C M Y K H S L
Decimal 189 199 5 0.05 0 0.97 0.22 63.09 0.95 0.4
Hex BD C7 5 5 0 61 16 3F 5F 28
Octal 275 307 5 5 0 141 26 77 137 50
Binary 10111101 11000111 101 101 0 1100001 10110 111111 1011111 101000

Color Harmonies of #BDC705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC705

Black with #BDC705

Text Example


Text Example

White with #BDC705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC705; }

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

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

background-color css

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

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

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

border-color css

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

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

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