Html Css Color HEX #BCD303 La Rioja

📋 copy color: '#BCD303'

red 188 ◦ green 211 ◦ blue 3

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

Shades of La Rioja #BCD303

Tints of La Rioja #BCD303

RGB

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

 GREEN value IS 211 (82.81% from 255) = 52.49%

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

R = 46.77%
G = 52.49%
B = 0.75%

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

#BCD303 (or 0xBCD303) is known color: La Rioja. HEX triplet: BC, D3 and 03. RGB value is (188,211,3). Sum of RGB (Red+Green+Blue) = 188+211+3=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #BCD303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD303 is #432CFC. Grayscale: #B5B5B5. Windows color (decimal): -4402429 or 250812. OLE color: 250812.

HSL color Cylindrical-coordinate representation of color #BCD303: hue angle of 66.63º 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 #BCD303 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 211 3 -
CMYK 0.11 0 0.99 0.17
HSL 66.63º 0.97% 0.42% -
HSV(B) 66.63º 0.99% 0.83% -
XYZ 44.05 57.29 8.82 -
YUV 180.41 27.88 133.41 -
System Red Green Blue C M Y K H S L
Decimal 188 211 3 0.11 0 0.99 0.17 66.63 0.97 0.42
Hex BC D3 3 B 0 63 11 43 61 2A
Octal 274 323 3 13 0 143 21 103 141 52
Binary 10111100 11010011 11 1011 0 1100011 10001 1000011 1100001 101010

Color Harmonies of #BCD303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD303

Black with #BCD303

Text Example


Text Example

White with #BCD303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD303; }

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

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

background-color css

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

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

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

border-color css

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

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

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