Html Css Color HEX #BCC716 Rio Grande

📋 copy color: '#BCC716'

red 188 ◦ green 199 ◦ blue 22

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

Shades of Rio Grande #BCC716

Tints of Rio Grande #BCC716

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.66%

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

R = 45.97%
G = 48.66%
B = 5.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#BCC716 (or 0xBCC716) is known color: Rio Grande. HEX triplet: BC, C7 and 16. RGB value is (188,199,22). Sum of RGB (Red+Green+Blue) = 188+199+22=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 199 (78.12% from 255 or 48.66% from 409); Blue value is 22 (8.98% from 255 or 5.38% from 409); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC716 is #4338E9. Grayscale: #B0B0B0. Windows color (decimal): -4405482 or 1492924. OLE color: 1492924.

HSL color Cylindrical-coordinate representation of color #BCC716: hue angle of 63.73º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC716 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 22 -
CMYK 0.06 0 0.89 0.22
HSL 63.73º 0.8% 0.43% -
HSV(B) 63.73º 0.89% 0.78% -
XYZ 41.31 51.6 8.54 -
YUV 175.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 188 199 22 0.06 0 0.89 0.22 63.73 0.8 0.43
Hex BC C7 16 6 0 59 16 40 50 2B
Octal 274 307 26 6 0 131 26 100 120 53
Binary 10111100 11000111 10110 110 0 1011001 10110 1000000 1010000 101011

Color Harmonies of #BCC716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC716

Black with #BCC716

Text Example


Text Example

White with #BCC716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC716; }

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

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

background-color css

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

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

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

border-color css

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

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

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