Html Css Color HEX #B4C316 Rio Grande

📋 copy color: '#B4C316'

red 180 ◦ green 195 ◦ blue 22

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

Shades of Rio Grande #B4C316

Tints of Rio Grande #B4C316

RGB

 RED value IS 180 (70.7% from 255) = 45.34%

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

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 45.34%
G = 49.12%
B = 5.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#B4C316 (or 0xB4C316) is known color: Rio Grande. HEX triplet: B4, C3 and 16. RGB value is (180,195,22). Sum of RGB (Red+Green+Blue) = 180+195+22=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C316 is #4B3CE9. Grayscale: #ABABAB. Windows color (decimal): -4930794 or 1491892. OLE color: 1491892.

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

Color convert

RGB 180 195 22 -
CMYK 0.08 0 0.89 0.24
HSL 65.2º 0.8% 0.43% -
HSV(B) 65.2º 0.89% 0.76% -
XYZ 38.48 48.79 8.15 -
YUV 170.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 180 195 22 0.08 0 0.89 0.24 65.2 0.8 0.43
Hex B4 C3 16 8 0 59 18 41 50 2B
Octal 264 303 26 10 0 131 30 101 120 53
Binary 10110100 11000011 10110 1000 0 1011001 11000 1000001 1010000 101011

Color Harmonies of #B4C316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C316

Black with #B4C316

Text Example


Text Example

White with #B4C316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C316; }

 p { color: rgb(180,195,22); }

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

background-color css

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

 a { background-color: rgb(180,195,22); }

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

border-color css

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

 span { border-color: rgb(180,195,22); }

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