Html Css Color HEX #B1C312 Rio Grande

📋 copy color: '#B1C312'

red 177 ◦ green 195 ◦ blue 18

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

Shades of Rio Grande #B1C312

Tints of Rio Grande #B1C312

RGB

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

 GREEN value IS 195 (76.56% from 255) = 50%

 BLUE value IS 18 (7.42% from 255) = 4.62%

R = 45.38%
G = 50%
B = 4.62%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#B1C312 (or 0xB1C312) is known color: Rio Grande. HEX triplet: B1, C3 and 12. RGB value is (177,195,18). Sum of RGB (Red+Green+Blue) = 177+195+18=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 18 (7.42% from 255 or 4.62% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #B1C312 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C312 is #4E3CED. Grayscale: #AAAAAA. Windows color (decimal): -5127406 or 1229745. OLE color: 1229745.

HSL color Cylindrical-coordinate representation of color #B1C312: hue angle of 66.1º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1C312 is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 177 195 18 -
CMYK 0.09 0 0.91 0.24
HSL 66.1º 0.83% 0.42% -
HSV(B) 66.1º 0.91% 0.76% -
XYZ 37.76 48.42 7.93 -
YUV 169.44 42.54 133.39 -
System Red Green Blue C M Y K H S L
Decimal 177 195 18 0.09 0 0.91 0.24 66.1 0.83 0.42
Hex B1 C3 12 9 0 5B 18 42 53 2A
Octal 261 303 22 11 0 133 30 102 123 52
Binary 10110001 11000011 10010 1001 0 1011011 11000 1000010 1010011 101010

Color Harmonies of #B1C312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C312

Black with #B1C312

Text Example


Text Example

White with #B1C312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C312; }

 p { color: rgb(177,195,18); }

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

background-color css

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

 a { background-color: rgb(177,195,18); }

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

border-color css

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

 span { border-color: rgb(177,195,18); }

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