Html Css Color HEX #BCC715 Rio Grande

📋 copy color: '#BCC715'

red 188 ◦ green 199 ◦ blue 21

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

Shades of Rio Grande #BCC715

Tints of Rio Grande #BCC715

RGB

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

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

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

R = 46.08%
G = 48.77%
B = 5.15%

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

#BCC715 (or 0xBCC715) is known color: Rio Grande. HEX triplet: BC, C7 and 15. RGB value is (188,199,21). Sum of RGB (Red+Green+Blue) = 188+199+21=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC715 is #4338EA. Grayscale: #B0B0B0. Windows color (decimal): -4405483 or 1427388. OLE color: 1427388.

HSL color Cylindrical-coordinate representation of color #BCC715: hue angle of 63.71º degrees, saturation: 0.81, 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 #BCC715 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 199 21 -
CMYK 0.06 0 0.89 0.22
HSL 63.71º 0.81% 0.43% -
HSV(B) 63.71º 0.89% 0.78% -
XYZ 41.3 51.59 8.49 -
YUV 175.42 40.86 136.97 -
System Red Green Blue C M Y K H S L
Decimal 188 199 21 0.06 0 0.89 0.22 63.71 0.81 0.43
Hex BC C7 15 6 0 59 16 40 51 2B
Octal 274 307 25 6 0 131 26 100 121 53
Binary 10111100 11000111 10101 110 0 1011001 10110 1000000 1010001 101011

Color Harmonies of #BCC715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC715

Black with #BCC715

Text Example


Text Example

White with #BCC715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC715; }

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

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

background-color css

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

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

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

border-color css

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

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

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