Html Css Color HEX #BCC119 Rio Grande

📋 copy color: '#BCC119'

red 188 ◦ green 193 ◦ blue 25

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

Shades of Rio Grande #BCC119

Tints of Rio Grande #BCC119

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

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

R = 46.31%
G = 47.54%
B = 6.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#BCC119 (or 0xBCC119) is known color: Rio Grande. HEX triplet: BC, C1 and 19. RGB value is (188,193,25). Sum of RGB (Red+Green+Blue) = 188+193+25=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC119 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC119 is #433EE6. Grayscale: #ADADAD. Windows color (decimal): -4407015 or 1687996. OLE color: 1687996.

HSL color Cylindrical-coordinate representation of color #BCC119: hue angle of 61.79º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BCC119 is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 193 25 -
CMYK 0.03 0 0.87 0.24
HSL 61.79º 0.77% 0.43% -
HSV(B) 61.79º 0.87% 0.76% -
XYZ 39.98 48.9 8.25 -
YUV 172.35 44.84 139.16 -
System Red Green Blue C M Y K H S L
Decimal 188 193 25 0.03 0 0.87 0.24 61.79 0.77 0.43
Hex BC C1 19 3 0 57 18 3E 4D 2B
Octal 274 301 31 3 0 127 30 76 115 53
Binary 10111100 11000001 11001 11 0 1010111 11000 111110 1001101 101011

Color Harmonies of #BCC119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC119

Black with #BCC119

Text Example


Text Example

White with #BCC119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC119; }

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

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

background-color css

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

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

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

border-color css

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

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

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