Html Css Color HEX #BDC707 La Rioja

📋 copy color: '#BDC707'

red 189 ◦ green 199 ◦ blue 7

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

Shades of La Rioja #BDC707

Tints of La Rioja #BDC707

RGB

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

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

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

R = 47.85%
G = 50.38%
B = 1.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#BDC707 (or 0xBDC707) is known color: La Rioja. HEX triplet: BD, C7 and 07. RGB value is (189,199,7). Sum of RGB (Red+Green+Blue) = 189+199+7=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 199 (78.12% from 255 or 50.38% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC707 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC707 is #4238F8. Grayscale: #AEAEAE. Windows color (decimal): -4339961 or 509885. OLE color: 509885.

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

Color convert

RGB 189 199 7 -
CMYK 0.05 0 0.96 0.22
HSL 63.13º 0.93% 0.4% -
HSV(B) 63.13º 0.96% 0.78% -
XYZ 41.45 51.68 7.99 -
YUV 174.12 33.69 138.61 -
System Red Green Blue C M Y K H S L
Decimal 189 199 7 0.05 0 0.96 0.22 63.13 0.93 0.4
Hex BD C7 7 5 0 60 16 3F 5D 28
Octal 275 307 7 5 0 140 26 77 135 50
Binary 10111101 11000111 111 101 0 1100000 10110 111111 1011101 101000

Color Harmonies of #BDC707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC707

Black with #BDC707

Text Example


Text Example

White with #BDC707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC707; }

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

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

background-color css

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

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

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

border-color css

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

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

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