Html Css Color HEX #BCC019 Rio Grande

📋 copy color: '#BCC019'

red 188 ◦ green 192 ◦ blue 25

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

Shades of Rio Grande #BCC019

Tints of Rio Grande #BCC019

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 46.42%
G = 47.41%
B = 6.17%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BCC019 (or 0xBCC019) is known color: Rio Grande. HEX triplet: BC, C0 and 19. RGB value is (188,192,25). Sum of RGB (Red+Green+Blue) = 188+192+25=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC019 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC019 is #433FE6. Grayscale: #ACACAC. Windows color (decimal): -4407271 or 1687740. OLE color: 1687740.

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

Color convert

RGB 188 192 25 -
CMYK 0.02 0 0.87 0.25
HSL 61.44º 0.77% 0.43% -
HSV(B) 61.44º 0.87% 0.75% -
XYZ 39.76 48.46 8.18 -
YUV 171.77 45.17 139.58 -
System Red Green Blue C M Y K H S L
Decimal 188 192 25 0.02 0 0.87 0.25 61.44 0.77 0.43
Hex BC C0 19 2 0 57 19 3D 4D 2B
Octal 274 300 31 2 0 127 31 75 115 53
Binary 10111100 11000000 11001 10 0 1010111 11001 111101 1001101 101011

Color Harmonies of #BCC019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC019

Black with #BCC019

Text Example


Text Example

White with #BCC019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC019; }

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

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

background-color css

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

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

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

border-color css

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

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

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