Html Css Color HEX #B5C025 Rio Grande

📋 copy color: '#B5C025'

red 181 ◦ green 192 ◦ blue 37

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

Shades of Rio Grande #B5C025

Tints of Rio Grande #B5C025

RGB

 RED value IS 181 (71.09% from 255) = 44.15%

 GREEN value IS 192 (75.39% from 255) = 46.83%

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

R = 44.15%
G = 46.83%
B = 9.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B5C025 (or 0xB5C025) is known color: Rio Grande. HEX triplet: B5, C0 and 25. RGB value is (181,192,37). Sum of RGB (Red+Green+Blue) = 181+192+37=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C025 is #4A3FDA. Grayscale: #ABABAB. Windows color (decimal): -4866011 or 2474165. OLE color: 2474165.

HSL color Cylindrical-coordinate representation of color #B5C025: hue angle of 64.26º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5C025 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 37 -
CMYK 0.06 0 0.81 0.25
HSL 64.26º 0.68% 0.45% -
HSV(B) 64.26º 0.81% 0.75% -
XYZ 38.24 47.66 8.93 -
YUV 171.04 52.36 135.1 -
System Red Green Blue C M Y K H S L
Decimal 181 192 37 0.06 0 0.81 0.25 64.26 0.68 0.45
Hex B5 C0 25 6 0 51 19 40 44 2D
Octal 265 300 45 6 0 121 31 100 104 55
Binary 10110101 11000000 100101 110 0 1010001 11001 1000000 1000100 101101

Color Harmonies of #B5C025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C025

Black with #B5C025

Text Example


Text Example

White with #B5C025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C025; }

 p { color: rgb(181,192,37); }

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

background-color css

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

 a { background-color: rgb(181,192,37); }

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

border-color css

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

 span { border-color: rgb(181,192,37); }

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