Html Css Color HEX #BCC301 La Rioja

📋 copy color: '#BCC301'

red 188 ◦ green 195 ◦ blue 1

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

Shades of La Rioja #BCC301

Tints of La Rioja #BCC301

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50.78%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 48.96%
G = 50.78%
B = 0.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BCC301 (or 0xBCC301) is known color: La Rioja. HEX triplet: BC, C3 and 01. RGB value is (188,195,1). Sum of RGB (Red+Green+Blue) = 188+195+1=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 195 (76.56% from 255 or 50.78% from 384); Blue value is 1 (0.78% from 255 or 0.26% from 384); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC301 is #433CFE. Grayscale: #ABABAB. Windows color (decimal): -4406527 or 115644. OLE color: 115644.

HSL color Cylindrical-coordinate representation of color #BCC301: hue angle of 62.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BCC301 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 195 1 -
CMYK 0.04 0 0.99 0.24
HSL 62.16º 0.99% 0.38% -
HSV(B) 62.16º 0.99% 0.76% -
XYZ 40.26 49.72 7.5 -
YUV 170.79 32.18 140.27 -
System Red Green Blue C M Y K H S L
Decimal 188 195 1 0.04 0 0.99 0.24 62.16 0.99 0.38
Hex BC C3 1 4 0 63 18 3E 63 26
Octal 274 303 1 4 0 143 30 76 143 46
Binary 10111100 11000011 1 100 0 1100011 11000 111110 1100011 100110

Color Harmonies of #BCC301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC301

Black with #BCC301

Text Example


Text Example

White with #BCC301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC301; }

 p { color: rgb(188,195,1); }

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

background-color css

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

 a { background-color: rgb(188,195,1); }

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

border-color css

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

 span { border-color: rgb(188,195,1); }

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