Html Css Color HEX #BCC618 Rio Grande

📋 copy color: '#BCC618'

red 188 ◦ green 198 ◦ blue 24

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

Shades of Rio Grande #BCC618

Tints of Rio Grande #BCC618

RGB

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

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

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

R = 45.85%
G = 48.29%
B = 5.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#BCC618 (or 0xBCC618) is known color: Rio Grande. HEX triplet: BC, C6 and 18. RGB value is (188,198,24). Sum of RGB (Red+Green+Blue) = 188+198+24=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 198 (77.73% from 255 or 48.29% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCC618 is #4339E7. Grayscale: #AFAFAF. Windows color (decimal): -4405736 or 1623740. OLE color: 1623740.

HSL color Cylindrical-coordinate representation of color #BCC618: hue angle of 63.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCC618 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 188 198 24 -
CMYK 0.05 0 0.88 0.22
HSL 63.45º 0.78% 0.44% -
HSV(B) 63.45º 0.88% 0.78% -
XYZ 41.1 51.15 8.57 -
YUV 175.17 42.69 137.15 -
System Red Green Blue C M Y K H S L
Decimal 188 198 24 0.05 0 0.88 0.22 63.45 0.78 0.44
Hex BC C6 18 5 0 58 16 3F 4E 2C
Octal 274 306 30 5 0 130 26 77 116 54
Binary 10111100 11000110 11000 101 0 1011000 10110 111111 1001110 101100

Color Harmonies of #BCC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC618

Black with #BCC618

Text Example


Text Example

White with #BCC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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