Html Css Color HEX #BCC000 La Rioja

📋 copy color: '#BCC000'

red 188 ◦ green 192 ◦ blue 0

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

Shades of La Rioja #BCC000

Tints of La Rioja #BCC000

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.53%

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

R = 49.47%
G = 50.53%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.25

RGB Variations

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

Color information

#BCC000 (or 0xBCC000) is known color: La Rioja. HEX triplet: BC, C0 and 00. RGB value is (188,192,0). Sum of RGB (Red+Green+Blue) = 188+192+0=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 0 (0.39% from 255 or 0% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC000 is #433FFF. Grayscale: #A9A9A9. Windows color (decimal): -4407296 or 49340. OLE color: 49340.

HSL color Cylindrical-coordinate representation of color #BCC000: hue angle of 61.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCC000 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 192 0 -
CMYK 0.02 0 1 0.25
HSL 61.25º 1% 0.38% -
HSV(B) 61.25º 1% 0.75% -
XYZ 39.59 48.39 7.25 -
YUV 168.92 32.67 141.61 -
System Red Green Blue C M Y K H S L
Decimal 188 192 0 0.02 0 1 0.25 61.25 1 0.38
Hex BC C0 0 2 0 64 19 3D 64 26
Octal 274 300 0 2 0 144 31 75 144 46
Binary 10111100 11000000 0 10 0 1100100 11001 111101 1100100 100110

Color Harmonies of #BCC000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC000

Black with #BCC000

Text Example


Text Example

White with #BCC000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC000; }

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

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

background-color css

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

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

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

border-color css

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

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

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