Html Css Color HEX #BDC703 La Rioja

📋 copy color: '#BDC703'

red 189 ◦ green 199 ◦ blue 3

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

Shades of La Rioja #BDC703

Tints of La Rioja #BDC703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.77%

R = 48.34%
G = 50.9%
B = 0.77%

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

#BDC703 (or 0xBDC703) is known color: La Rioja. HEX triplet: BD, C7 and 03. RGB value is (189,199,3). Sum of RGB (Red+Green+Blue) = 189+199+3=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 199 (78.12% from 255 or 50.90% from 391); Blue value is 3 (1.56% from 255 or 0.77% from 391); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDC703 is #4238FC. Grayscale: #AEAEAE. Windows color (decimal): -4339965 or 247741. OLE color: 247741.

HSL color Cylindrical-coordinate representation of color #BDC703: hue angle of 63.06º degrees, saturation: 0.97, 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 #BDC703 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 189 199 3 -
CMYK 0.05 0 0.98 0.22
HSL 63.06º 0.97% 0.4% -
HSV(B) 63.06º 0.98% 0.78% -
XYZ 41.43 51.67 7.88 -
YUV 173.67 31.69 138.94 -
System Red Green Blue C M Y K H S L
Decimal 189 199 3 0.05 0 0.98 0.22 63.06 0.97 0.4
Hex BD C7 3 5 0 62 16 3F 61 28
Octal 275 307 3 5 0 142 26 77 141 50
Binary 10111101 11000111 11 101 0 1100010 10110 111111 1100001 101000

Color Harmonies of #BDC703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDC703

Black with #BDC703

Text Example


Text Example

White with #BDC703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDC703; }

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

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

background-color css

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

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

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

border-color css

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

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

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