Html Css Color HEX #BCC50C La Rioja

📋 copy color: '#BCC50C'

red 188 ◦ green 197 ◦ blue 12

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

Shades of La Rioja #BCC50C

Tints of La Rioja #BCC50C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.62%

 BLUE value IS 12 (5.08% from 255) = 3.02%

R = 47.36%
G = 49.62%
B = 3.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#BCC50C (or 0xBCC50C) is known color: La Rioja. HEX triplet: BC, C5 and 0C. RGB value is (188,197,12). Sum of RGB (Red+Green+Blue) = 188+197+12=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 197 (77.34% from 255 or 49.62% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC50C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC50C is #433AF3. Grayscale: #ADADAD. Windows color (decimal): -4406004 or 837052. OLE color: 837052.

HSL color Cylindrical-coordinate representation of color #BCC50C: hue angle of 62.92º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC50C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 12 -
CMYK 0.05 0 0.94 0.23
HSL 62.92º 0.89% 0.41% -
HSV(B) 62.92º 0.94% 0.77% -
XYZ 40.77 50.65 7.98 -
YUV 173.22 37.02 138.54 -
System Red Green Blue C M Y K H S L
Decimal 188 197 12 0.05 0 0.94 0.23 62.92 0.89 0.41
Hex BC C5 C 5 0 5E 17 3F 59 29
Octal 274 305 14 5 0 136 27 77 131 51
Binary 10111100 11000101 1100 101 0 1011110 10111 111111 1011001 101001

Color Harmonies of #BCC50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC50C

Black with #BCC50C

Text Example


Text Example

White with #BCC50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC50C; }

 p { color: rgb(188,197,12); }

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

background-color css

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

 a { background-color: rgb(188,197,12); }

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

border-color css

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

 span { border-color: rgb(188,197,12); }

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