Html Css Color HEX #B1C21D Rio Grande

📋 copy color: '#B1C21D'

red 177 ◦ green 194 ◦ blue 29

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

Shades of Rio Grande #B1C21D

Tints of Rio Grande #B1C21D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 48.5%

 BLUE value IS 29 (11.72% from 255) = 7.25%

R = 44.25%
G = 48.5%
B = 7.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B1C21D (or 0xB1C21D) is known color: Rio Grande. HEX triplet: B1, C2 and 1D. RGB value is (177,194,29). Sum of RGB (Red+Green+Blue) = 177+194+29=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #B1C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C21D is #4E3DE2. Grayscale: #AAAAAA. Windows color (decimal): -5127651 or 1950385. OLE color: 1950385.

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

Color convert

RGB 177 194 29 -
CMYK 0.09 0 0.85 0.24
HSL 66.18º 0.74% 0.44% -
HSV(B) 66.18º 0.85% 0.76% -
XYZ 37.65 48.02 8.45 -
YUV 170.11 48.37 132.92 -
System Red Green Blue C M Y K H S L
Decimal 177 194 29 0.09 0 0.85 0.24 66.18 0.74 0.44
Hex B1 C2 1D 9 0 55 18 42 4A 2C
Octal 261 302 35 11 0 125 30 102 112 54
Binary 10110001 11000010 11101 1001 0 1010101 11000 1000010 1001010 101100

Color Harmonies of #B1C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C21D

Black with #B1C21D

Text Example


Text Example

White with #B1C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C21D; }

 p { color: rgb(177,194,29); }

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

background-color css

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

 a { background-color: rgb(177,194,29); }

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

border-color css

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

 span { border-color: rgb(177,194,29); }

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