Html Css Color HEX #BCCC00 La Rioja

📋 copy color: '#BCCC00'

red 188 ◦ green 204 ◦ blue 0

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

Shades of La Rioja #BCCC00

Tints of La Rioja #BCCC00

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.04%

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

R = 47.96%
G = 52.04%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#BCCC00 (or 0xBCCC00) is known color: La Rioja. HEX triplet: BC, CC and 00. RGB value is (188,204,0). Sum of RGB (Red+Green+Blue) = 188+204+0=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 204 (80.08% from 255 or 52.04% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC00 is #4333FF. Grayscale: #B0B0B0. Windows color (decimal): -4404224 or 52412. OLE color: 52412.

HSL color Cylindrical-coordinate representation of color #BCCC00: hue angle of 64.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCCC00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 204 0 -
CMYK 0.08 0 1 0.2
HSL 64.71º 1% 0.4% -
HSV(B) 64.71º 1% 0.8% -
XYZ 42.33 53.88 8.17 -
YUV 175.96 28.7 136.59 -
System Red Green Blue C M Y K H S L
Decimal 188 204 0 0.08 0 1 0.2 64.71 1 0.4
Hex BC CC 0 8 0 64 14 41 64 28
Octal 274 314 0 10 0 144 24 101 144 50
Binary 10111100 11001100 0 1000 0 1100100 10100 1000001 1100100 101000

Color Harmonies of #BCCC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC00

Black with #BCCC00

Text Example


Text Example

White with #BCCC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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