Html Css Color HEX #B1CC1F Rio Grande

📋 copy color: '#B1CC1F'

red 177 ◦ green 204 ◦ blue 31

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

Shades of Rio Grande #B1CC1F

Tints of Rio Grande #B1CC1F

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.51%

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 42.96%
G = 49.51%
B = 7.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#B1CC1F (or 0xB1CC1F) is known color: Rio Grande. HEX triplet: B1, CC and 1F. RGB value is (177,204,31). Sum of RGB (Red+Green+Blue) = 177+204+31=412 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.96% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CC1F is #4E33E0. Grayscale: #B0B0B0. Windows color (decimal): -5125089 or 2084017. OLE color: 2084017.

HSL color Cylindrical-coordinate representation of color #B1CC1F: hue angle of 69.36º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1CC1F is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 177 204 31 -
CMYK 0.13 0 0.85 0.2
HSL 69.36º 0.74% 0.46% -
HSV(B) 69.36º 0.85% 0.8% -
XYZ 39.97 52.63 9.35 -
YUV 176.21 46.05 128.57 -
System Red Green Blue C M Y K H S L
Decimal 177 204 31 0.13 0 0.85 0.2 69.36 0.74 0.46
Hex B1 CC 1F D 0 55 14 45 4A 2E
Octal 261 314 37 15 0 125 24 105 112 56
Binary 10110001 11001100 11111 1101 0 1010101 10100 1000101 1001010 101110

Color Harmonies of #B1CC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC1F

Black with #B1CC1F

Text Example


Text Example

White with #B1CC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC1F; }

 p { color: rgb(177,204,31); }

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

background-color css

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

 a { background-color: rgb(177,204,31); }

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

border-color css

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

 span { border-color: rgb(177,204,31); }

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