Html Css Color HEX #BCC600 La Rioja

📋 copy color: '#BCC600'

red 188 ◦ green 198 ◦ blue 0

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

Shades of La Rioja #BCC600

Tints of La Rioja #BCC600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.7%
G = 51.3%
B = 0%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#BCC600 (or 0xBCC600) is known color: La Rioja. HEX triplet: BC, C6 and 00. RGB value is (188,198,0). Sum of RGB (Red+Green+Blue) = 188+198+0=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 198 (77.73% from 255 or 51.30% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC600 is #4339FF. Grayscale: #ADADAD. Windows color (decimal): -4405760 or 50876. OLE color: 50876.

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

Color convert

RGB 188 198 0 -
CMYK 0.05 0 1 0.22
HSL 63.03º 1% 0.39% -
HSV(B) 63.03º 1% 0.78% -
XYZ 40.93 51.08 7.7 -
YUV 172.44 30.69 139.1 -
System Red Green Blue C M Y K H S L
Decimal 188 198 0 0.05 0 1 0.22 63.03 1 0.39
Hex BC C6 0 5 0 64 16 3F 64 27
Octal 274 306 0 5 0 144 26 77 144 47
Binary 10111100 11000110 0 101 0 1100100 10110 111111 1100100 100111

Color Harmonies of #BCC600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC600

Black with #BCC600

Text Example


Text Example

White with #BCC600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC600; }

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

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

background-color css

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

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

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

border-color css

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

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

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