Html Css Color HEX #B4C032 Rio Grande

📋 copy color: '#B4C032'

red 180 ◦ green 192 ◦ blue 50

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

Shades of Rio Grande #B4C032

Tints of Rio Grande #B4C032

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

 BLUE value IS 50 (19.92% from 255) = 11.85%

R = 42.65%
G = 45.5%
B = 11.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B4C032 (or 0xB4C032) is known color: Rio Grande. HEX triplet: B4, C0 and 32. RGB value is (180,192,50). Sum of RGB (Red+Green+Blue) = 180+192+50=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #B4C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C032 is #4B3FCD. Grayscale: #ACACAC. Windows color (decimal): -4931534 or 3326132. OLE color: 3326132.

HSL color Cylindrical-coordinate representation of color #B4C032: hue angle of 65.07º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4C032 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 180 192 50 -
CMYK 0.06 0 0.74 0.25
HSL 65.07º 0.59% 0.47% -
HSV(B) 65.07º 0.74% 0.75% -
XYZ 38.25 47.63 10.2 -
YUV 172.22 59.02 133.55 -
System Red Green Blue C M Y K H S L
Decimal 180 192 50 0.06 0 0.74 0.25 65.07 0.59 0.47
Hex B4 C0 32 6 0 4A 19 41 3B 2F
Octal 264 300 62 6 0 112 31 101 73 57
Binary 10110100 11000000 110010 110 0 1001010 11001 1000001 111011 101111

Color Harmonies of #B4C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C032

Black with #B4C032

Text Example


Text Example

White with #B4C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C032; }

 p { color: rgb(180,192,50); }

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

background-color css

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

 a { background-color: rgb(180,192,50); }

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

border-color css

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

 span { border-color: rgb(180,192,50); }

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