Html Css Color HEX #B1CE27 Rio Grande

📋 copy color: '#B1CE27'

red 177 ◦ green 206 ◦ blue 39

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

Shades of Rio Grande #B1CE27

Tints of Rio Grande #B1CE27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 41.94%
G = 48.82%
B = 9.24%

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

#B1CE27 (or 0xB1CE27) is known color: Rio Grande. HEX triplet: B1, CE and 27. RGB value is (177,206,39). Sum of RGB (Red+Green+Blue) = 177+206+39=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 206 (80.86% from 255 or 48.82% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE27 is #4E31D8. Grayscale: #B2B2B2. Windows color (decimal): -5124569 or 2608817. OLE color: 2608817.

HSL color Cylindrical-coordinate representation of color #B1CE27: hue angle of 70.42º degrees, saturation: 0.68, 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 #B1CE27 is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 206 39 -
CMYK 0.14 0 0.81 0.19
HSL 70.42º 0.68% 0.48% -
HSV(B) 70.42º 0.81% 0.81% -
XYZ 40.57 53.64 10.13 -
YUV 178.29 49.39 127.08 -
System Red Green Blue C M Y K H S L
Decimal 177 206 39 0.14 0 0.81 0.19 70.42 0.68 0.48
Hex B1 CE 27 E 0 51 13 46 44 30
Octal 261 316 47 16 0 121 23 106 104 60
Binary 10110001 11001110 100111 1110 0 1010001 10011 1000110 1000100 110000

Color Harmonies of #B1CE27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE27

Black with #B1CE27

Text Example


Text Example

White with #B1CE27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE27; }

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

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

background-color css

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

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

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

border-color css

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

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

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