Html Css Color HEX #BCCE08 La Rioja

📋 copy color: '#BCCE08'

red 188 ◦ green 206 ◦ blue 8

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

Shades of La Rioja #BCCE08

Tints of La Rioja #BCCE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.99%

R = 46.77%
G = 51.24%
B = 1.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#BCCE08 (or 0xBCCE08) is known color: La Rioja. HEX triplet: BC, CE and 08. RGB value is (188,206,8). Sum of RGB (Red+Green+Blue) = 188+206+8=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 206 (80.86% from 255 or 51.24% from 402); Blue value is 8 (3.52% from 255 or 1.99% from 402); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE08 is #4331F7. Grayscale: #B2B2B2. Windows color (decimal): -4403704 or 577212. OLE color: 577212.

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

Color convert

RGB 188 206 8 -
CMYK 0.09 0 0.96 0.19
HSL 65.45º 0.93% 0.42% -
HSV(B) 65.45º 0.96% 0.81% -
XYZ 42.85 54.85 8.56 -
YUV 178.05 32.04 135.1 -
System Red Green Blue C M Y K H S L
Decimal 188 206 8 0.09 0 0.96 0.19 65.45 0.93 0.42
Hex BC CE 8 9 0 60 13 41 5D 2A
Octal 274 316 10 11 0 140 23 101 135 52
Binary 10111100 11001110 1000 1001 0 1100000 10011 1000001 1011101 101010

Color Harmonies of #BCCE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE08

Black with #BCCE08

Text Example


Text Example

White with #BCCE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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