Html Css Color HEX #BCCC01 La Rioja

📋 copy color: '#BCCC01'

red 188 ◦ green 204 ◦ blue 1

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

Shades of La Rioja #BCCC01

Tints of La Rioja #BCCC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 47.84%
G = 51.91%
B = 0.25%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#BCCC01 (or 0xBCCC01) is known color: La Rioja. HEX triplet: BC, CC and 01. RGB value is (188,204,1). Sum of RGB (Red+Green+Blue) = 188+204+1=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 1 (0.78% from 255 or 0.25% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCC01 is #4333FE. Grayscale: #B0B0B0. Windows color (decimal): -4404223 or 117948. OLE color: 117948.

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

Color convert

RGB 188 204 1 -
CMYK 0.08 0 1.00 0.2
HSL 64.73º 0.99% 0.4% -
HSV(B) 64.73º 1% 0.8% -
XYZ 42.34 53.88 8.2 -
YUV 176.07 29.2 136.51 -
System Red Green Blue C M Y K H S L
Decimal 188 204 1 0.08 0 1.00 0.2 64.73 0.99 0.4
Hex BC CC 1 8 0 64 14 41 63 28
Octal 274 314 1 10 0 144 24 101 143 50
Binary 10111100 11001100 1 1000 0 1100100 10100 1000001 1100011 101000

Color Harmonies of #BCCC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCC01

Black with #BCCC01

Text Example


Text Example

White with #BCCC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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