Html Css Color HEX #BCC703 La Rioja

📋 copy color: '#BCC703'

red 188 ◦ green 199 ◦ blue 3

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

Shades of La Rioja #BCC703

Tints of La Rioja #BCC703

RGB

 RED value IS 188 (73.83% from 255) = 48.21%

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

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

R = 48.21%
G = 51.03%
B = 0.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#BCC703 (or 0xBCC703) is known color: La Rioja. HEX triplet: BC, C7 and 03. RGB value is (188,199,3). Sum of RGB (Red+Green+Blue) = 188+199+3=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 199 (78.12% from 255 or 51.03% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC703 is #4338FC. Grayscale: #AEAEAE. Windows color (decimal): -4405501 or 247740. OLE color: 247740.

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

Color convert

RGB 188 199 3 -
CMYK 0.06 0 0.98 0.22
HSL 63.37º 0.97% 0.4% -
HSV(B) 63.37º 0.98% 0.78% -
XYZ 41.18 51.54 7.86 -
YUV 173.37 31.86 138.44 -
System Red Green Blue C M Y K H S L
Decimal 188 199 3 0.06 0 0.98 0.22 63.37 0.97 0.4
Hex BC C7 3 6 0 62 16 3F 61 28
Octal 274 307 3 6 0 142 26 77 141 50
Binary 10111100 11000111 11 110 0 1100010 10110 111111 1100001 101000

Color Harmonies of #BCC703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC703

Black with #BCC703

Text Example


Text Example

White with #BCC703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC703; }

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

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

background-color css

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

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

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

border-color css

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

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

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