Html Css Color HEX #B1CD1B Rio Grande

📋 copy color: '#B1CD1B'

red 177 ◦ green 205 ◦ blue 27

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

Shades of Rio Grande #B1CD1B

Tints of Rio Grande #B1CD1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.6%

R = 43.28%
G = 50.12%
B = 6.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.87

 K value IS 0.20

RGB Variations

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

Color information

#B1CD1B (or 0xB1CD1B) is known color: Rio Grande. HEX triplet: B1, CD and 1B. RGB value is (177,205,27). Sum of RGB (Red+Green+Blue) = 177+205+27=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 205 (80.47% from 255 or 50.12% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CD1B is #4E32E4. Grayscale: #B1B1B1. Windows color (decimal): -5124837 or 1822129. OLE color: 1822129.

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

Color convert

RGB 177 205 27 -
CMYK 0.14 0 0.87 0.20
HSL 69.44º 0.77% 0.45% -
HSV(B) 69.44º 0.87% 0.8% -
XYZ 40.16 53.09 9.17 -
YUV 176.34 43.72 128.47 -
System Red Green Blue C M Y K H S L
Decimal 177 205 27 0.14 0 0.87 0.20 69.44 0.77 0.45
Hex B1 CD 1B E 0 57 14 45 4D 2D
Octal 261 315 33 16 0 127 24 105 115 55
Binary 10110001 11001101 11011 1110 0 1010111 10100 1000101 1001101 101101

Color Harmonies of #B1CD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD1B

Black with #B1CD1B

Text Example


Text Example

White with #B1CD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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