Html Css Color HEX #BCC719 Rio Grande

📋 copy color: '#BCC719'

red 188 ◦ green 199 ◦ blue 25

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

Shades of Rio Grande #BCC719

Tints of Rio Grande #BCC719

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.07%

R = 45.63%
G = 48.3%
B = 6.07%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BCC719 (or 0xBCC719) is known color: Rio Grande. HEX triplet: BC, C7 and 19. RGB value is (188,199,25). Sum of RGB (Red+Green+Blue) = 188+199+25=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 25 (10.16% from 255 or 6.07% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #BCC719 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC719 is #4338E6. Grayscale: #B0B0B0. Windows color (decimal): -4405479 or 1689532. OLE color: 1689532.

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

Color convert

RGB 188 199 25 -
CMYK 0.06 0 0.87 0.22
HSL 63.79º 0.78% 0.44% -
HSV(B) 63.79º 0.87% 0.78% -
XYZ 41.34 51.61 8.7 -
YUV 175.88 42.86 136.65 -
System Red Green Blue C M Y K H S L
Decimal 188 199 25 0.06 0 0.87 0.22 63.79 0.78 0.44
Hex BC C7 19 6 0 57 16 40 4E 2C
Octal 274 307 31 6 0 127 26 100 116 54
Binary 10111100 11000111 11001 110 0 1010111 10110 1000000 1001110 101100

Color Harmonies of #BCC719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC719

Black with #BCC719

Text Example


Text Example

White with #BCC719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC719; }

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

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

background-color css

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

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

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

border-color css

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

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

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