Html Css Color HEX #B1CD11 Rio Grande

📋 copy color: '#B1CD11'

red 177 ◦ green 205 ◦ blue 17

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

Shades of Rio Grande #B1CD11

Tints of Rio Grande #B1CD11

RGB

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

 GREEN value IS 205 (80.47% from 255) = 51.38%

 BLUE value IS 17 (7.03% from 255) = 4.26%

R = 44.36%
G = 51.38%
B = 4.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.92

 K value IS 0.20

RGB Variations

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

Color information

#B1CD11 (or 0xB1CD11) is known color: Rio Grande. HEX triplet: B1, CD and 11. RGB value is (177,205,17). Sum of RGB (Red+Green+Blue) = 177+205+17=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 205 (80.47% from 255 or 51.38% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1CD11 is #4E32EE. Grayscale: #AFAFAF. Windows color (decimal): -5124847 or 1166769. OLE color: 1166769.

HSL color Cylindrical-coordinate representation of color #B1CD11: hue angle of 68.94º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1CD11 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 205 17 -
CMYK 0.14 0 0.92 0.20
HSL 68.94º 0.85% 0.44% -
HSV(B) 68.94º 0.92% 0.8% -
XYZ 40.06 53.05 8.66 -
YUV 175.2 38.72 129.29 -
System Red Green Blue C M Y K H S L
Decimal 177 205 17 0.14 0 0.92 0.20 68.94 0.85 0.44
Hex B1 CD 11 E 0 5C 14 45 55 2C
Octal 261 315 21 16 0 134 24 105 125 54
Binary 10110001 11001101 10001 1110 0 1011100 10100 1000101 1010101 101100

Color Harmonies of #B1CD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD11

Black with #B1CD11

Text Example


Text Example

White with #B1CD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD11; }

 p { color: rgb(177,205,17); }

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

background-color css

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

 a { background-color: rgb(177,205,17); }

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

border-color css

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

 span { border-color: rgb(177,205,17); }

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