Html Css Color HEX #B4C232 Rio Grande

📋 copy color: '#B4C232'

red 180 ◦ green 194 ◦ blue 50

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

Shades of Rio Grande #B4C232

Tints of Rio Grande #B4C232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.75%

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

R = 42.45%
G = 45.75%
B = 11.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#B4C232 (or 0xB4C232) is known color: Rio Grande. HEX triplet: B4, C2 and 32. RGB value is (180,194,50). Sum of RGB (Red+Green+Blue) = 180+194+50=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4C232 is #4B3DCD. Grayscale: #ADADAD. Windows color (decimal): -4931022 or 3326644. OLE color: 3326644.

HSL color Cylindrical-coordinate representation of color #B4C232: hue angle of 65.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B4C232 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 180 194 50 -
CMYK 0.07 0 0.74 0.24
HSL 65.83º 0.59% 0.48% -
HSV(B) 65.83º 0.74% 0.76% -
XYZ 38.69 48.52 10.34 -
YUV 173.4 58.36 132.71 -
System Red Green Blue C M Y K H S L
Decimal 180 194 50 0.07 0 0.74 0.24 65.83 0.59 0.48
Hex B4 C2 32 7 0 4A 18 42 3B 30
Octal 264 302 62 7 0 112 30 102 73 60
Binary 10110100 11000010 110010 111 0 1001010 11000 1000010 111011 110000

Color Harmonies of #B4C232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C232

Black with #B4C232

Text Example


Text Example

White with #B4C232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C232; }

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

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

background-color css

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

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

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

border-color css

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

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

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