Html Css Color HEX #BCC515 Rio Grande

📋 copy color: '#BCC515'

red 188 ◦ green 197 ◦ blue 21

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

Shades of Rio Grande #BCC515

Tints of Rio Grande #BCC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.52%

 BLUE value IS 21 (8.59% from 255) = 5.17%

R = 46.31%
G = 48.52%
B = 5.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#BCC515 (or 0xBCC515) is known color: Rio Grande. HEX triplet: BC, C5 and 15. RGB value is (188,197,21). Sum of RGB (Red+Green+Blue) = 188+197+21=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 197 (77.34% from 255 or 48.52% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC515 is #433AEA. Grayscale: #AEAEAE. Windows color (decimal): -4405995 or 1426876. OLE color: 1426876.

HSL color Cylindrical-coordinate representation of color #BCC515: hue angle of 63.07º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCC515 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 188 197 21 -
CMYK 0.05 0 0.89 0.23
HSL 63.07º 0.81% 0.43% -
HSV(B) 63.07º 0.89% 0.77% -
XYZ 40.84 50.68 8.34 -
YUV 174.25 41.52 137.81 -
System Red Green Blue C M Y K H S L
Decimal 188 197 21 0.05 0 0.89 0.23 63.07 0.81 0.43
Hex BC C5 15 5 0 59 17 3F 51 2B
Octal 274 305 25 5 0 131 27 77 121 53
Binary 10111100 11000101 10101 101 0 1011001 10111 111111 1010001 101011

Color Harmonies of #BCC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC515

Black with #BCC515

Text Example


Text Example

White with #BCC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC515; }

 p { color: rgb(188,197,21); }

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

background-color css

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

 a { background-color: rgb(188,197,21); }

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

border-color css

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

 span { border-color: rgb(188,197,21); }

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