Html Css Color HEX #B5C315 Rio Grande

📋 copy color: '#B5C315'

red 181 ◦ green 195 ◦ blue 21

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

Shades of Rio Grande #B5C315

Tints of Rio Grande #B5C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.12%

 BLUE value IS 21 (8.59% from 255) = 5.29%

R = 45.59%
G = 49.12%
B = 5.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#B5C315 (or 0xB5C315) is known color: Rio Grande. HEX triplet: B5, C3 and 15. RGB value is (181,195,21). Sum of RGB (Red+Green+Blue) = 181+195+21=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 21 (8.59% from 255 or 5.29% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C315 is #4A3CEA. Grayscale: #ABABAB. Windows color (decimal): -4865259 or 1426357. OLE color: 1426357.

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

Color convert

RGB 181 195 21 -
CMYK 0.07 0 0.89 0.24
HSL 64.83º 0.81% 0.42% -
HSV(B) 64.83º 0.89% 0.76% -
XYZ 38.71 48.91 8.11 -
YUV 170.98 43.36 135.15 -
System Red Green Blue C M Y K H S L
Decimal 181 195 21 0.07 0 0.89 0.24 64.83 0.81 0.42
Hex B5 C3 15 7 0 59 18 41 51 2A
Octal 265 303 25 7 0 131 30 101 121 52
Binary 10110101 11000011 10101 111 0 1011001 11000 1000001 1010001 101010

Color Harmonies of #B5C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C315

Black with #B5C315

Text Example


Text Example

White with #B5C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C315; }

 p { color: rgb(181,195,21); }

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

background-color css

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

 a { background-color: rgb(181,195,21); }

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

border-color css

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

 span { border-color: rgb(181,195,21); }

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