Html Css Color HEX #BCC10C La Rioja

📋 copy color: '#BCC10C'

red 188 ◦ green 193 ◦ blue 12

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

Shades of La Rioja #BCC10C

Tints of La Rioja #BCC10C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.11%

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

R = 47.84%
G = 49.11%
B = 3.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BCC10C (or 0xBCC10C) is known color: La Rioja. HEX triplet: BC, C1 and 0C. RGB value is (188,193,12). Sum of RGB (Red+Green+Blue) = 188+193+12=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 12 (5.08% from 255 or 3.05% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC10C is #433EF3. Grayscale: #ABABAB. Windows color (decimal): -4407028 or 836028. OLE color: 836028.

HSL color Cylindrical-coordinate representation of color #BCC10C: hue angle of 61.66º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BCC10C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 12 -
CMYK 0.03 0 0.94 0.24
HSL 61.66º 0.88% 0.4% -
HSV(B) 61.66º 0.94% 0.76% -
XYZ 39.88 48.86 7.68 -
YUV 170.87 38.34 140.22 -
System Red Green Blue C M Y K H S L
Decimal 188 193 12 0.03 0 0.94 0.24 61.66 0.88 0.4
Hex BC C1 C 3 0 5E 18 3E 58 28
Octal 274 301 14 3 0 136 30 76 130 50
Binary 10111100 11000001 1100 11 0 1011110 11000 111110 1011000 101000

Color Harmonies of #BCC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC10C

Black with #BCC10C

Text Example


Text Example

White with #BCC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC10C; }

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

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

background-color css

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

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

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

border-color css

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

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

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