Html Css Color HEX #BCC60F La Rioja

📋 copy color: '#BCC60F'

red 188 ◦ green 198 ◦ blue 15

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

Shades of La Rioja #BCC60F

Tints of La Rioja #BCC60F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.38%

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

R = 46.88%
G = 49.38%
B = 3.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#BCC60F (or 0xBCC60F) is known color: La Rioja. HEX triplet: BC, C6 and 0F. RGB value is (188,198,15). Sum of RGB (Red+Green+Blue) = 188+198+15=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 198 (77.73% from 255 or 49.38% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC60F is #4339F0. Grayscale: #AEAEAE. Windows color (decimal): -4405745 or 1033916. OLE color: 1033916.

HSL color Cylindrical-coordinate representation of color #BCC60F: hue angle of 63.28º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BCC60F is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 15 -
CMYK 0.05 0 0.92 0.22
HSL 63.28º 0.86% 0.42% -
HSV(B) 63.28º 0.92% 0.78% -
XYZ 41.02 51.11 8.16 -
YUV 174.15 38.19 137.88 -
System Red Green Blue C M Y K H S L
Decimal 188 198 15 0.05 0 0.92 0.22 63.28 0.86 0.42
Hex BC C6 F 5 0 5C 16 3F 56 2A
Octal 274 306 17 5 0 134 26 77 126 52
Binary 10111100 11000110 1111 101 0 1011100 10110 111111 1010110 101010

Color Harmonies of #BCC60F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC60F

Black with #BCC60F

Text Example


Text Example

White with #BCC60F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC60F; }

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

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

background-color css

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

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

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

border-color css

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

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

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