Html Css Color HEX #B1C825 Rio Grande

📋 copy color: '#B1C825'

red 177 ◦ green 200 ◦ blue 37

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

Shades of Rio Grande #B1C825

Tints of Rio Grande #B1C825

RGB

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

 GREEN value IS 200 (78.52% from 255) = 48.31%

 BLUE value IS 37 (14.84% from 255) = 8.94%

R = 42.75%
G = 48.31%
B = 8.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#B1C825 (or 0xB1C825) is known color: Rio Grande. HEX triplet: B1, C8 and 25. RGB value is (177,200,37). Sum of RGB (Red+Green+Blue) = 177+200+37=414 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.75% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 37 (14.84% from 255 or 8.94% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C825 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C825 is #4E37DA. Grayscale: #AFAFAF. Windows color (decimal): -5126107 or 2476209. OLE color: 2476209.

HSL color Cylindrical-coordinate representation of color #B1C825: hue angle of 68.47º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B1C825 is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 200 37 -
CMYK 0.12 0 0.82 0.22
HSL 68.47º 0.69% 0.46% -
HSV(B) 68.47º 0.82% 0.78% -
XYZ 39.12 50.79 9.49 -
YUV 174.54 50.38 129.75 -
System Red Green Blue C M Y K H S L
Decimal 177 200 37 0.12 0 0.82 0.22 68.47 0.69 0.46
Hex B1 C8 25 C 0 52 16 44 45 2E
Octal 261 310 45 14 0 122 26 104 105 56
Binary 10110001 11001000 100101 1100 0 1010010 10110 1000100 1000101 101110

Color Harmonies of #B1C825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C825

Black with #B1C825

Text Example


Text Example

White with #B1C825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C825; }

 p { color: rgb(177,200,37); }

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

background-color css

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

 a { background-color: rgb(177,200,37); }

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

border-color css

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

 span { border-color: rgb(177,200,37); }

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