Html Css Color HEX #B4C515 Rio Grande

📋 copy color: '#B4C515'

red 180 ◦ green 197 ◦ blue 21

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

Shades of Rio Grande #B4C515

Tints of Rio Grande #B4C515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 49.5%

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

R = 45.23%
G = 49.5%
B = 5.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#B4C515 (or 0xB4C515) is known color: Rio Grande. HEX triplet: B4, C5 and 15. RGB value is (180,197,21). Sum of RGB (Red+Green+Blue) = 180+197+21=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4C515 is #4B3AEA. Grayscale: #ACACAC. Windows color (decimal): -4930283 or 1426868. OLE color: 1426868.

HSL color Cylindrical-coordinate representation of color #B4C515: hue angle of 65.8º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4C515 is Cyan = 0.09, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 180 197 21 -
CMYK 0.09 0 0.89 0.23
HSL 65.8º 0.81% 0.43% -
HSV(B) 65.8º 0.89% 0.77% -
XYZ 38.92 49.69 8.25 -
YUV 171.85 42.87 133.81 -
System Red Green Blue C M Y K H S L
Decimal 180 197 21 0.09 0 0.89 0.23 65.8 0.81 0.43
Hex B4 C5 15 9 0 59 17 42 51 2B
Octal 264 305 25 11 0 131 27 102 121 53
Binary 10110100 11000101 10101 1001 0 1011001 10111 1000010 1010001 101011

Color Harmonies of #B4C515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C515

Black with #B4C515

Text Example


Text Example

White with #B4C515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C515; }

 p { color: rgb(180,197,21); }

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

background-color css

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

 a { background-color: rgb(180,197,21); }

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

border-color css

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

 span { border-color: rgb(180,197,21); }

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