Html Css Color HEX #B1C018 Rio Grande

📋 copy color: '#B1C018'

red 177 ◦ green 192 ◦ blue 24

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

Shades of Rio Grande #B1C018

Tints of Rio Grande #B1C018

RGB

 RED value IS 177 (69.53% from 255) = 45.04%

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

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

R = 45.04%
G = 48.85%
B = 6.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#B1C018 (or 0xB1C018) is known color: Rio Grande. HEX triplet: B1, C0 and 18. RGB value is (177,192,24). Sum of RGB (Red+Green+Blue) = 177+192+24=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 192 (75.39% from 255 or 48.85% from 393); Blue value is 24 (9.77% from 255 or 6.11% from 393); Max value from RGB is 192 - color contains mainly: green. Hex color #B1C018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C018 is #4E3FE7. Grayscale: #A9A9A9. Windows color (decimal): -5128168 or 1622193. OLE color: 1622193.

HSL color Cylindrical-coordinate representation of color #B1C018: hue angle of 65.36º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1C018 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 177 192 24 -
CMYK 0.08 0 0.88 0.25
HSL 65.36º 0.78% 0.42% -
HSV(B) 65.36º 0.88% 0.75% -
XYZ 37.15 47.11 8 -
YUV 168.36 46.53 134.16 -
System Red Green Blue C M Y K H S L
Decimal 177 192 24 0.08 0 0.88 0.25 65.36 0.78 0.42
Hex B1 C0 18 8 0 58 19 41 4E 2A
Octal 261 300 30 10 0 130 31 101 116 52
Binary 10110001 11000000 11000 1000 0 1011000 11001 1000001 1001110 101010

Color Harmonies of #B1C018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C018

Black with #B1C018

Text Example


Text Example

White with #B1C018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C018; }

 p { color: rgb(177,192,24); }

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

background-color css

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

 a { background-color: rgb(177,192,24); }

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

border-color css

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

 span { border-color: rgb(177,192,24); }

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