Html Css Color HEX #BCC418 Rio Grande

📋 copy color: '#BCC418'

red 188 ◦ green 196 ◦ blue 24

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

Shades of Rio Grande #BCC418

Tints of Rio Grande #BCC418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.88%

R = 46.08%
G = 48.04%
B = 5.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#BCC418 (or 0xBCC418) is known color: Rio Grande. HEX triplet: BC, C4 and 18. RGB value is (188,196,24). Sum of RGB (Red+Green+Blue) = 188+196+24=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 196 (76.95% from 255 or 48.04% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 196 - color contains mainly: green. Hex color #BCC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC418 is #433BE7. Grayscale: #AEAEAE. Windows color (decimal): -4406248 or 1623228. OLE color: 1623228.

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

Color convert

RGB 188 196 24 -
CMYK 0.04 0 0.88 0.23
HSL 62.79º 0.78% 0.43% -
HSV(B) 62.79º 0.88% 0.77% -
XYZ 40.64 50.24 8.42 -
YUV 174 43.35 137.99 -
System Red Green Blue C M Y K H S L
Decimal 188 196 24 0.04 0 0.88 0.23 62.79 0.78 0.43
Hex BC C4 18 4 0 58 17 3F 4E 2B
Octal 274 304 30 4 0 130 27 77 116 53
Binary 10111100 11000100 11000 100 0 1011000 10111 111111 1001110 101011

Color Harmonies of #BCC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC418

Black with #BCC418

Text Example


Text Example

White with #BCC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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