Html Css Color HEX #B5C314 Rio Grande

📋 copy color: '#B5C314'

red 181 ◦ green 195 ◦ blue 20

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

Shades of Rio Grande #B5C314

Tints of Rio Grande #B5C314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.05%

R = 45.71%
G = 49.24%
B = 5.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#B5C314 (or 0xB5C314) is known color: Rio Grande. HEX triplet: B5, C3 and 14. RGB value is (181,195,20). Sum of RGB (Red+Green+Blue) = 181+195+20=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 195 (76.56% from 255 or 49.24% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 195 - color contains mainly: green. Hex color #B5C314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C314 is #4A3CEB. Grayscale: #ABABAB. Windows color (decimal): -4865260 or 1360821. OLE color: 1360821.

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

Color convert

RGB 181 195 20 -
CMYK 0.07 0 0.90 0.24
HSL 64.8º 0.81% 0.42% -
HSV(B) 64.8º 0.9% 0.76% -
XYZ 38.7 48.9 8.06 -
YUV 170.86 42.86 135.23 -
System Red Green Blue C M Y K H S L
Decimal 181 195 20 0.07 0 0.90 0.24 64.8 0.81 0.42
Hex B5 C3 14 7 0 5A 18 41 51 2A
Octal 265 303 24 7 0 132 30 101 121 52
Binary 10110101 11000011 10100 111 0 1011010 11000 1000001 1010001 101010

Color Harmonies of #B5C314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C314

Black with #B5C314

Text Example


Text Example

White with #B5C314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C314; }

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

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

background-color css

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

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

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

border-color css

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

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

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