Html Css Color HEX #B4C529 Rio Grande

📋 copy color: '#B4C529'

red 180 ◦ green 197 ◦ blue 41

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

Shades of Rio Grande #B4C529

Tints of Rio Grande #B4C529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.81%

R = 43.06%
G = 47.13%
B = 9.81%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#B4C529 (or 0xB4C529) is known color: Rio Grande. HEX triplet: B4, C5 and 29. RGB value is (180,197,41). Sum of RGB (Red+Green+Blue) = 180+197+41=418 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.06% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 41 (16.41% from 255 or 9.81% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #B4C529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C529 is #4B3AD6. Grayscale: #AEAEAE. Windows color (decimal): -4930263 or 2737588. OLE color: 2737588.

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

Color convert

RGB 180 197 41 -
CMYK 0.09 0 0.79 0.23
HSL 66.54º 0.66% 0.47% -
HSV(B) 66.54º 0.79% 0.77% -
XYZ 39.19 49.8 9.64 -
YUV 174.13 52.87 132.18 -
System Red Green Blue C M Y K H S L
Decimal 180 197 41 0.09 0 0.79 0.23 66.54 0.66 0.47
Hex B4 C5 29 9 0 4F 17 43 42 2F
Octal 264 305 51 11 0 117 27 103 102 57
Binary 10110100 11000101 101001 1001 0 1001111 10111 1000011 1000010 101111

Color Harmonies of #B4C529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C529

Black with #B4C529

Text Example


Text Example

White with #B4C529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C529; }

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

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

background-color css

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

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

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

border-color css

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

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

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