Html Css Color HEX #BCBE17 La Rioja

📋 copy color: '#BCBE17'

red 188 ◦ green 190 ◦ blue 23

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

Shades of La Rioja #BCBE17

Tints of La Rioja #BCBE17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.74%

R = 46.88%
G = 47.38%
B = 5.74%

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

#BCBE17 (or 0xBCBE17) is known color: La Rioja. HEX triplet: BC, BE and 17. RGB value is (188,190,23). Sum of RGB (Red+Green+Blue) = 188+190+23=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 23 (9.38% from 255 or 5.74% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBE17 is #4341E8. Grayscale: #ABABAB. Windows color (decimal): -4407785 or 1556156. OLE color: 1556156.

HSL color Cylindrical-coordinate representation of color #BCBE17: hue angle of 60.72º degrees, saturation: 0.78, 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 #BCBE17 is Cyan = 0.01, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 190 23 -
CMYK 0.01 0 0.88 0.25
HSL 60.72º 0.78% 0.42% -
HSV(B) 60.72º 0.88% 0.75% -
XYZ 39.31 47.58 7.92 -
YUV 170.36 44.84 140.58 -
System Red Green Blue C M Y K H S L
Decimal 188 190 23 0.01 0 0.88 0.25 60.72 0.78 0.42
Hex BC BE 17 1 0 58 19 3D 4E 2A
Octal 274 276 27 1 0 130 31 75 116 52
Binary 10111100 10111110 10111 1 0 1011000 11001 111101 1001110 101010

Color Harmonies of #BCBE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBE17

Black with #BCBE17

Text Example


Text Example

White with #BCBE17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBE17; }

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

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

background-color css

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

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

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

border-color css

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

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

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