Html Css Color HEX #B1C619 Rio Grande

📋 copy color: '#B1C619'

red 177 ◦ green 198 ◦ blue 25

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

Shades of Rio Grande #B1C619

Tints of Rio Grande #B1C619

RGB

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

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

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

R = 44.25%
G = 49.5%
B = 6.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#B1C619 (or 0xB1C619) is known color: Rio Grande. HEX triplet: B1, C6 and 19. RGB value is (177,198,25). Sum of RGB (Red+Green+Blue) = 177+198+25=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 25 (10.16% from 255 or 6.25% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C619 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C619 is #4E39E6. Grayscale: #ACACAC. Windows color (decimal): -5126631 or 1689265. OLE color: 1689265.

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

Color convert

RGB 177 198 25 -
CMYK 0.11 0 0.87 0.22
HSL 67.28º 0.78% 0.44% -
HSV(B) 67.28º 0.87% 0.78% -
XYZ 38.5 49.81 8.5 -
YUV 172 45.04 131.57 -
System Red Green Blue C M Y K H S L
Decimal 177 198 25 0.11 0 0.87 0.22 67.28 0.78 0.44
Hex B1 C6 19 B 0 57 16 43 4E 2C
Octal 261 306 31 13 0 127 26 103 116 54
Binary 10110001 11000110 11001 1011 0 1010111 10110 1000011 1001110 101100

Color Harmonies of #B1C619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C619

Black with #B1C619

Text Example


Text Example

White with #B1C619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C619; }

 p { color: rgb(177,198,25); }

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

background-color css

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

 a { background-color: rgb(177,198,25); }

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

border-color css

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

 span { border-color: rgb(177,198,25); }

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