Html Css Color HEX #B5C125 Rio Grande

📋 copy color: '#B5C125'

red 181 ◦ green 193 ◦ blue 37

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

Shades of Rio Grande #B5C125

Tints of Rio Grande #B5C125

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.96%

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

R = 44.04%
G = 46.96%
B = 9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#B5C125 (or 0xB5C125) is known color: Rio Grande. HEX triplet: B5, C1 and 25. RGB value is (181,193,37). Sum of RGB (Red+Green+Blue) = 181+193+37=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 37 (14.84% from 255 or 9.00% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C125 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C125 is #4A3EDA. Grayscale: #ACACAC. Windows color (decimal): -4865755 or 2474421. OLE color: 2474421.

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

Color convert

RGB 181 193 37 -
CMYK 0.06 0 0.81 0.24
HSL 64.62º 0.68% 0.45% -
HSV(B) 64.62º 0.81% 0.76% -
XYZ 38.46 48.1 9.01 -
YUV 171.63 52.02 134.68 -
System Red Green Blue C M Y K H S L
Decimal 181 193 37 0.06 0 0.81 0.24 64.62 0.68 0.45
Hex B5 C1 25 6 0 51 18 41 44 2D
Octal 265 301 45 6 0 121 30 101 104 55
Binary 10110101 11000001 100101 110 0 1010001 11000 1000001 1000100 101101

Color Harmonies of #B5C125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C125

Black with #B5C125

Text Example


Text Example

White with #B5C125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C125; }

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

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

background-color css

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

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

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

border-color css

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

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

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