Html Css Color HEX #B1CC1C Rio Grande

📋 copy color: '#B1CC1C'

red 177 ◦ green 204 ◦ blue 28

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

Shades of Rio Grande #B1CC1C

Tints of Rio Grande #B1CC1C

RGB

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

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

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

R = 43.28%
G = 49.88%
B = 6.85%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#B1CC1C (or 0xB1CC1C) is known color: Rio Grande. HEX triplet: B1, CC and 1C. RGB value is (177,204,28). Sum of RGB (Red+Green+Blue) = 177+204+28=409 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.28% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #B1CC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CC1C is #4E33E3. Grayscale: #B0B0B0. Windows color (decimal): -5125092 or 1887409. OLE color: 1887409.

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

Color convert

RGB 177 204 28 -
CMYK 0.13 0 0.86 0.2
HSL 69.2º 0.76% 0.45% -
HSV(B) 69.2º 0.86% 0.8% -
XYZ 39.93 52.62 9.15 -
YUV 175.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 177 204 28 0.13 0 0.86 0.2 69.2 0.76 0.45
Hex B1 CC 1C D 0 56 14 45 4C 2D
Octal 261 314 34 15 0 126 24 105 114 55
Binary 10110001 11001100 11100 1101 0 1010110 10100 1000101 1001100 101101

Color Harmonies of #B1CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CC1C

Black with #B1CC1C

Text Example


Text Example

White with #B1CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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