Html Css Color HEX #B1CE28 Rio Grande

📋 copy color: '#B1CE28'

red 177 ◦ green 206 ◦ blue 40

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

Shades of Rio Grande #B1CE28

Tints of Rio Grande #B1CE28

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.7%

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 41.84%
G = 48.7%
B = 9.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#B1CE28 (or 0xB1CE28) is known color: Rio Grande. HEX triplet: B1, CE and 28. RGB value is (177,206,40). Sum of RGB (Red+Green+Blue) = 177+206+40=423 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.84% from 423); Green value is 206 (80.86% from 255 or 48.70% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE28 is #4E31D7. Grayscale: #B3B3B3. Windows color (decimal): -5124568 or 2674353. OLE color: 2674353.

HSL color Cylindrical-coordinate representation of color #B1CE28: hue angle of 70.48º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1CE28 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 40 -
CMYK 0.14 0 0.81 0.19
HSL 70.48º 0.67% 0.48% -
HSV(B) 70.48º 0.81% 0.81% -
XYZ 40.59 53.64 10.22 -
YUV 178.41 49.89 127 -
System Red Green Blue C M Y K H S L
Decimal 177 206 40 0.14 0 0.81 0.19 70.48 0.67 0.48
Hex B1 CE 28 E 0 51 13 46 43 30
Octal 261 316 50 16 0 121 23 106 103 60
Binary 10110001 11001110 101000 1110 0 1010001 10011 1000110 1000011 110000

Color Harmonies of #B1CE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE28

Black with #B1CE28

Text Example


Text Example

White with #B1CE28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE28; }

 p { color: rgb(177,206,40); }

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

background-color css

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

 a { background-color: rgb(177,206,40); }

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

border-color css

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

 span { border-color: rgb(177,206,40); }

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