Html Css Color HEX #B1CD1C Rio Grande

📋 copy color: '#B1CD1C'

red 177 ◦ green 205 ◦ blue 28

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

Shades of Rio Grande #B1CD1C

Tints of Rio Grande #B1CD1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.83%

R = 43.17%
G = 50%
B = 6.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.20

RGB Variations

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

Color information

#B1CD1C (or 0xB1CD1C) is known color: Rio Grande. HEX triplet: B1, CD and 1C. RGB value is (177,205,28). Sum of RGB (Red+Green+Blue) = 177+205+28=410 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.17% from 410); Green value is 205 (80.47% from 255 or 50% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CD1C is #4E32E3. Grayscale: #B1B1B1. Windows color (decimal): -5124836 or 1887665. OLE color: 1887665.

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

Color convert

RGB 177 205 28 -
CMYK 0.14 0 0.86 0.20
HSL 69.49º 0.76% 0.46% -
HSV(B) 69.49º 0.86% 0.8% -
XYZ 40.17 53.09 9.23 -
YUV 176.45 44.22 128.39 -
System Red Green Blue C M Y K H S L
Decimal 177 205 28 0.14 0 0.86 0.20 69.49 0.76 0.46
Hex B1 CD 1C E 0 56 14 45 4C 2E
Octal 261 315 34 16 0 126 24 105 114 56
Binary 10110001 11001101 11100 1110 0 1010110 10100 1000101 1001100 101110

Color Harmonies of #B1CD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CD1C

Black with #B1CD1C

Text Example


Text Example

White with #B1CD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CD1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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