Html Css Color HEX #BCC211 La Rioja

📋 copy color: '#BCC211'

red 188 ◦ green 194 ◦ blue 17

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

Shades of La Rioja #BCC211

Tints of La Rioja #BCC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.62%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 47.12%
G = 48.62%
B = 4.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#BCC211 (or 0xBCC211) is known color: La Rioja. HEX triplet: BC, C2 and 11. RGB value is (188,194,17). Sum of RGB (Red+Green+Blue) = 188+194+17=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #BCC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC211 is #433DEE. Grayscale: #ACACAC. Windows color (decimal): -4406767 or 1163964. OLE color: 1163964.

HSL color Cylindrical-coordinate representation of color #BCC211: hue angle of 62.03º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BCC211 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 194 17 -
CMYK 0.03 0 0.91 0.24
HSL 62.03º 0.84% 0.41% -
HSV(B) 62.03º 0.91% 0.76% -
XYZ 40.13 49.32 7.93 -
YUV 172.03 40.51 139.39 -
System Red Green Blue C M Y K H S L
Decimal 188 194 17 0.03 0 0.91 0.24 62.03 0.84 0.41
Hex BC C2 11 3 0 5B 18 3E 54 29
Octal 274 302 21 3 0 133 30 76 124 51
Binary 10111100 11000010 10001 11 0 1011011 11000 111110 1010100 101001

Color Harmonies of #BCC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC211

Black with #BCC211

Text Example


Text Example

White with #BCC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC211; }

 p { color: rgb(188,194,17); }

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

background-color css

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

 a { background-color: rgb(188,194,17); }

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

border-color css

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

 span { border-color: rgb(188,194,17); }

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