Html Css Color HEX #BCC40F La Rioja

📋 copy color: '#BCC40F'

red 188 ◦ green 196 ◦ blue 15

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

Shades of La Rioja #BCC40F

Tints of La Rioja #BCC40F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.12%

 BLUE value IS 15 (6.25% from 255) = 3.76%

R = 47.12%
G = 49.12%
B = 3.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#BCC40F (or 0xBCC40F) is known color: La Rioja. HEX triplet: BC, C4 and 0F. RGB value is (188,196,15). Sum of RGB (Red+Green+Blue) = 188+196+15=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 15 (6.25% from 255 or 3.76% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC40F is #433BF0. Grayscale: #ADADAD. Windows color (decimal): -4406257 or 1033404. OLE color: 1033404.

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

Color convert

RGB 188 196 15 -
CMYK 0.04 0 0.92 0.23
HSL 62.65º 0.86% 0.41% -
HSV(B) 62.65º 0.92% 0.77% -
XYZ 40.57 50.21 8 -
YUV 172.97 38.85 138.72 -
System Red Green Blue C M Y K H S L
Decimal 188 196 15 0.04 0 0.92 0.23 62.65 0.86 0.41
Hex BC C4 F 4 0 5C 17 3F 56 29
Octal 274 304 17 4 0 134 27 77 126 51
Binary 10111100 11000100 1111 100 0 1011100 10111 111111 1010110 101001

Color Harmonies of #BCC40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC40F

Black with #BCC40F

Text Example


Text Example

White with #BCC40F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC40F; }

 p { color: rgb(188,196,15); }

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

background-color css

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

 a { background-color: rgb(188,196,15); }

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

border-color css

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

 span { border-color: rgb(188,196,15); }

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