Html Css Color HEX #BCD403 La Rioja

📋 copy color: '#BCD403'

red 188 ◦ green 212 ◦ blue 3

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

Shades of La Rioja #BCD403

Tints of La Rioja #BCD403

RGB

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

 GREEN value IS 212 (83.2% from 255) = 52.61%

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

R = 46.65%
G = 52.61%
B = 0.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#BCD403 (or 0xBCD403) is known color: La Rioja. HEX triplet: BC, D4 and 03. RGB value is (188,212,3). Sum of RGB (Red+Green+Blue) = 188+212+3=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 212 (83.20% from 255 or 52.61% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD403 is #432BFC. Grayscale: #B5B5B5. Windows color (decimal): -4402173 or 251068. OLE color: 251068.

HSL color Cylindrical-coordinate representation of color #BCD403: hue angle of 66.89º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCD403 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 3 -
CMYK 0.11 0 0.99 0.17
HSL 66.89º 0.97% 0.42% -
HSV(B) 66.89º 0.99% 0.83% -
XYZ 44.3 57.78 8.9 -
YUV 181 27.55 132.99 -
System Red Green Blue C M Y K H S L
Decimal 188 212 3 0.11 0 0.99 0.17 66.89 0.97 0.42
Hex BC D4 3 B 0 63 11 43 61 2A
Octal 274 324 3 13 0 143 21 103 141 52
Binary 10111100 11010100 11 1011 0 1100011 10001 1000011 1100001 101010

Color Harmonies of #BCD403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD403

Black with #BCD403

Text Example


Text Example

White with #BCD403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD403; }

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

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

background-color css

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

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

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

border-color css

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

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

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