Html Css Color HEX #B1CE29 Rio Grande

📋 copy color: '#B1CE29'

red 177 ◦ green 206 ◦ blue 41

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

Shades of Rio Grande #B1CE29

Tints of Rio Grande #B1CE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.67%

R = 41.75%
G = 48.58%
B = 9.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#B1CE29 (or 0xB1CE29) is known color: Rio Grande. HEX triplet: B1, CE and 29. RGB value is (177,206,41). Sum of RGB (Red+Green+Blue) = 177+206+41=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #B1CE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CE29 is #4E31D6. Grayscale: #B3B3B3. Windows color (decimal): -5124567 or 2739889. OLE color: 2739889.

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

Color convert

RGB 177 206 41 -
CMYK 0.14 0 0.80 0.19
HSL 70.55º 0.67% 0.48% -
HSV(B) 70.55º 0.8% 0.81% -
XYZ 40.6 53.65 10.31 -
YUV 178.52 50.39 126.92 -
System Red Green Blue C M Y K H S L
Decimal 177 206 41 0.14 0 0.80 0.19 70.55 0.67 0.48
Hex B1 CE 29 E 0 50 13 47 43 30
Octal 261 316 51 16 0 120 23 107 103 60
Binary 10110001 11001110 101001 1110 0 1010000 10011 1000111 1000011 110000

Color Harmonies of #B1CE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CE29

Black with #B1CE29

Text Example


Text Example

White with #B1CE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CE29; }

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

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

background-color css

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

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

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

border-color css

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

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

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