Html Css Color HEX #BCCE0B La Rioja

📋 copy color: '#BCCE0B'

red 188 ◦ green 206 ◦ blue 11

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

Shades of La Rioja #BCCE0B

Tints of La Rioja #BCCE0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.72%

R = 46.42%
G = 50.86%
B = 2.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#BCCE0B (or 0xBCCE0B) is known color: La Rioja. HEX triplet: BC, CE and 0B. RGB value is (188,206,11). Sum of RGB (Red+Green+Blue) = 188+206+11=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 206 (80.86% from 255 or 50.86% from 405); Blue value is 11 (4.69% from 255 or 2.72% from 405); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCCE0B is #4331F4. Grayscale: #B3B3B3. Windows color (decimal): -4403701 or 773820. OLE color: 773820.

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

Color convert

RGB 188 206 11 -
CMYK 0.09 0 0.95 0.19
HSL 65.54º 0.9% 0.43% -
HSV(B) 65.54º 0.95% 0.81% -
XYZ 42.87 54.86 8.65 -
YUV 178.39 33.54 134.86 -
System Red Green Blue C M Y K H S L
Decimal 188 206 11 0.09 0 0.95 0.19 65.54 0.9 0.43
Hex BC CE B 9 0 5F 13 42 5A 2B
Octal 274 316 13 11 0 137 23 102 132 53
Binary 10111100 11001110 1011 1001 0 1011111 10011 1000010 1011010 101011

Color Harmonies of #BCCE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE0B

Black with #BCCE0B

Text Example


Text Example

White with #BCCE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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