Html Css Color HEX #BCBE16 La Rioja

📋 copy color: '#BCBE16'

red 188 ◦ green 190 ◦ blue 22

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

Shades of La Rioja #BCBE16

Tints of La Rioja #BCBE16

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.5%

 BLUE value IS 22 (8.98% from 255) = 5.5%

R = 47%
G = 47.5%
B = 5.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BCBE16 (or 0xBCBE16) is known color: La Rioja. HEX triplet: BC, BE and 16. RGB value is (188,190,22). Sum of RGB (Red+Green+Blue) = 188+190+22=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 22 (8.98% from 255 or 5.5% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE16 is #4341E9. Grayscale: #AAAAAA. Windows color (decimal): -4407786 or 1490620. OLE color: 1490620.

HSL color Cylindrical-coordinate representation of color #BCBE16: hue angle of 60.71º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCBE16 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 22 -
CMYK 0.01 0 0.88 0.25
HSL 60.71º 0.79% 0.42% -
HSV(B) 60.71º 0.88% 0.75% -
XYZ 39.3 47.58 7.87 -
YUV 170.25 44.34 140.66 -
System Red Green Blue C M Y K H S L
Decimal 188 190 22 0.01 0 0.88 0.25 60.71 0.79 0.42
Hex BC BE 16 1 0 58 19 3D 4F 2A
Octal 274 276 26 1 0 130 31 75 117 52
Binary 10111100 10111110 10110 1 0 1011000 11001 111101 1001111 101010

Color Harmonies of #BCBE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE16

Black with #BCBE16

Text Example


Text Example

White with #BCBE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE16; }

 p { color: rgb(188,190,22); }

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

background-color css

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

 a { background-color: rgb(188,190,22); }

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

border-color css

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

 span { border-color: rgb(188,190,22); }

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