Html Css Color HEX #BCC017 La Rioja

📋 copy color: '#BCC017'

red 188 ◦ green 192 ◦ blue 23

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

Shades of La Rioja #BCC017

Tints of La Rioja #BCC017

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.64%

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

R = 46.65%
G = 47.64%
B = 5.71%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BCC017 (or 0xBCC017) is known color: La Rioja. HEX triplet: BC, C0 and 17. RGB value is (188,192,23). Sum of RGB (Red+Green+Blue) = 188+192+23=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 23 (9.38% from 255 or 5.71% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC017 is #433FE8. Grayscale: #ACACAC. Windows color (decimal): -4407273 or 1556668. OLE color: 1556668.

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

Color convert

RGB 188 192 23 -
CMYK 0.02 0 0.88 0.25
HSL 61.42º 0.79% 0.42% -
HSV(B) 61.42º 0.88% 0.75% -
XYZ 39.74 48.45 8.07 -
YUV 171.54 44.17 139.74 -
System Red Green Blue C M Y K H S L
Decimal 188 192 23 0.02 0 0.88 0.25 61.42 0.79 0.42
Hex BC C0 17 2 0 58 19 3D 4F 2A
Octal 274 300 27 2 0 130 31 75 117 52
Binary 10111100 11000000 10111 10 0 1011000 11001 111101 1001111 101010

Color Harmonies of #BCC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC017

Black with #BCC017

Text Example


Text Example

White with #BCC017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC017; }

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

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

background-color css

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

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

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

border-color css

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

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

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