Html Css Color HEX #BCC619 Rio Grande

📋 copy color: '#BCC619'

red 188 ◦ green 198 ◦ blue 25

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

Shades of Rio Grande #BCC619

Tints of Rio Grande #BCC619

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.18%

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

R = 45.74%
G = 48.18%
B = 6.08%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#BCC619 (or 0xBCC619) is known color: Rio Grande. HEX triplet: BC, C6 and 19. RGB value is (188,198,25). Sum of RGB (Red+Green+Blue) = 188+198+25=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC619 is #4339E6. Grayscale: #AFAFAF. Windows color (decimal): -4405735 or 1689276. OLE color: 1689276.

HSL color Cylindrical-coordinate representation of color #BCC619: hue angle of 63.47º 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 #BCC619 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 25 -
CMYK 0.05 0 0.87 0.22
HSL 63.47º 0.78% 0.44% -
HSV(B) 63.47º 0.87% 0.78% -
XYZ 41.11 51.15 8.63 -
YUV 175.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 188 198 25 0.05 0 0.87 0.22 63.47 0.78 0.44
Hex BC C6 19 5 0 57 16 3F 4E 2C
Octal 274 306 31 5 0 127 26 77 116 54
Binary 10111100 11000110 11001 101 0 1010111 10110 111111 1001110 101100

Color Harmonies of #BCC619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC619

Black with #BCC619

Text Example


Text Example

White with #BCC619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC619; }

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

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

background-color css

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

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

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

border-color css

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

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

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