Html Css Color HEX #B5C12A Rio Grande

📋 copy color: '#B5C12A'

red 181 ◦ green 193 ◦ blue 42

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

Shades of Rio Grande #B5C12A

Tints of Rio Grande #B5C12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.1%

R = 43.51%
G = 46.39%
B = 10.1%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#B5C12A (or 0xB5C12A) is known color: Rio Grande. HEX triplet: B5, C1 and 2A. RGB value is (181,193,42). Sum of RGB (Red+Green+Blue) = 181+193+42=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C12A is #4A3ED5. Grayscale: #ACACAC. Windows color (decimal): -4865750 or 2802101. OLE color: 2802101.

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

Color convert

RGB 181 193 42 -
CMYK 0.06 0 0.78 0.24
HSL 64.77º 0.64% 0.46% -
HSV(B) 64.77º 0.78% 0.76% -
XYZ 38.54 48.13 9.45 -
YUV 172.2 54.52 134.28 -
System Red Green Blue C M Y K H S L
Decimal 181 193 42 0.06 0 0.78 0.24 64.77 0.64 0.46
Hex B5 C1 2A 6 0 4E 18 41 40 2E
Octal 265 301 52 6 0 116 30 101 100 56
Binary 10110101 11000001 101010 110 0 1001110 11000 1000001 1000000 101110

Color Harmonies of #B5C12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C12A

Black with #B5C12A

Text Example


Text Example

White with #B5C12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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