Html Css Color HEX #BCCE03 La Rioja

📋 copy color: '#BCCE03'

red 188 ◦ green 206 ◦ blue 3

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

Shades of La Rioja #BCCE03

Tints of La Rioja #BCCE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.76%

R = 47.36%
G = 51.89%
B = 0.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#BCCE03 (or 0xBCCE03) is known color: La Rioja. HEX triplet: BC, CE and 03. RGB value is (188,206,3). Sum of RGB (Red+Green+Blue) = 188+206+3=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 206 (80.86% from 255 or 51.89% from 397); Blue value is 3 (1.56% from 255 or 0.76% from 397); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE03 is #4331FC. Grayscale: #B2B2B2. Windows color (decimal): -4403709 or 249532. OLE color: 249532.

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

Color convert

RGB 188 206 3 -
CMYK 0.09 0 0.99 0.19
HSL 65.32º 0.97% 0.41% -
HSV(B) 65.32º 0.99% 0.81% -
XYZ 42.83 54.84 8.41 -
YUV 177.48 29.54 135.51 -
System Red Green Blue C M Y K H S L
Decimal 188 206 3 0.09 0 0.99 0.19 65.32 0.97 0.41
Hex BC CE 3 9 0 63 13 41 61 29
Octal 274 316 3 11 0 143 23 101 141 51
Binary 10111100 11001110 11 1001 0 1100011 10011 1000001 1100001 101001

Color Harmonies of #BCCE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE03

Black with #BCCE03

Text Example


Text Example

White with #BCCE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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