Html Css Color HEX #BCCE06 La Rioja

📋 copy color: '#BCCE06'

red 188 ◦ green 206 ◦ blue 6

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

Shades of La Rioja #BCCE06

Tints of La Rioja #BCCE06

RGB

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

 GREEN value IS 206 (80.86% from 255) = 51.5%

 BLUE value IS 6 (2.73% from 255) = 1.5%

R = 47%
G = 51.5%
B = 1.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#BCCE06 (or 0xBCCE06) is known color: La Rioja. HEX triplet: BC, CE and 06. RGB value is (188,206,6). Sum of RGB (Red+Green+Blue) = 188+206+6=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 6 (2.73% from 255 or 1.5% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE06 is #4331F9. Grayscale: #B2B2B2. Windows color (decimal): -4403706 or 446140. OLE color: 446140.

HSL color Cylindrical-coordinate representation of color #BCCE06: hue angle of 65.4º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCCE06 is Cyan = 0.09, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 6 -
CMYK 0.09 0 0.97 0.19
HSL 65.4º 0.94% 0.42% -
HSV(B) 65.4º 0.97% 0.81% -
XYZ 42.84 54.85 8.5 -
YUV 177.82 31.04 135.26 -
System Red Green Blue C M Y K H S L
Decimal 188 206 6 0.09 0 0.97 0.19 65.4 0.94 0.42
Hex BC CE 6 9 0 61 13 41 5E 2A
Octal 274 316 6 11 0 141 23 101 136 52
Binary 10111100 11001110 110 1001 0 1100001 10011 1000001 1011110 101010

Color Harmonies of #BCCE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE06

Black with #BCCE06

Text Example


Text Example

White with #BCCE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE06; }

 p { color: rgb(188,206,6); }

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

background-color css

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

 a { background-color: rgb(188,206,6); }

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

border-color css

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

 span { border-color: rgb(188,206,6); }

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