Html Css Color HEX #BCC900 La Rioja

📋 copy color: '#BCC900'

red 188 ◦ green 201 ◦ blue 0

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

Shades of La Rioja #BCC900

Tints of La Rioja #BCC900

RGB

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

 GREEN value IS 201 (78.91% from 255) = 51.67%

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

R = 48.33%
G = 51.67%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.21

RGB Variations

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

Color information

#BCC900 (or 0xBCC900) is known color: La Rioja. HEX triplet: BC, C9 and 00. RGB value is (188,201,0). Sum of RGB (Red+Green+Blue) = 188+201+0=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC900 is #4336FF. Grayscale: #AEAEAE. Windows color (decimal): -4404992 or 51644. OLE color: 51644.

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

Color convert

RGB 188 201 0 -
CMYK 0.06 0 1 0.21
HSL 63.88º 1% 0.39% -
HSV(B) 63.88º 1% 0.79% -
XYZ 41.63 52.46 7.93 -
YUV 174.2 29.69 137.84 -
System Red Green Blue C M Y K H S L
Decimal 188 201 0 0.06 0 1 0.21 63.88 1 0.39
Hex BC C9 0 6 0 64 15 40 64 27
Octal 274 311 0 6 0 144 25 100 144 47
Binary 10111100 11001001 0 110 0 1100100 10101 1000000 1100100 100111

Color Harmonies of #BCC900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC900

Black with #BCC900

Text Example


Text Example

White with #BCC900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC900; }

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

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

background-color css

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

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

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

border-color css

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

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

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