Html Css Color HEX #BCC419 Rio Grande

📋 copy color: '#BCC419'

red 188 ◦ green 196 ◦ blue 25

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

Shades of Rio Grande #BCC419

Tints of Rio Grande #BCC419

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.92%

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

R = 45.97%
G = 47.92%
B = 6.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#BCC419 (or 0xBCC419) is known color: Rio Grande. HEX triplet: BC, C4 and 19. RGB value is (188,196,25). Sum of RGB (Red+Green+Blue) = 188+196+25=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 25 (10.16% from 255 or 6.11% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC419 is #433BE6. Grayscale: #AEAEAE. Windows color (decimal): -4406247 or 1688764. OLE color: 1688764.

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

Color convert

RGB 188 196 25 -
CMYK 0.04 0 0.87 0.23
HSL 62.81º 0.77% 0.43% -
HSV(B) 62.81º 0.87% 0.77% -
XYZ 40.65 50.24 8.47 -
YUV 174.11 43.85 137.9 -
System Red Green Blue C M Y K H S L
Decimal 188 196 25 0.04 0 0.87 0.23 62.81 0.77 0.43
Hex BC C4 19 4 0 57 17 3F 4D 2B
Octal 274 304 31 4 0 127 27 77 115 53
Binary 10111100 11000100 11001 100 0 1010111 10111 111111 1001101 101011

Color Harmonies of #BCC419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC419

Black with #BCC419

Text Example


Text Example

White with #BCC419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC419; }

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

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

background-color css

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

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

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

border-color css

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

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

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