Html Css Color HEX #B3C52F Rio Grande

📋 copy color: '#B3C52F'

red 179 ◦ green 197 ◦ blue 47

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

Shades of Rio Grande #B3C52F

Tints of Rio Grande #B3C52F

RGB

 RED value IS 179 (70.31% from 255) = 42.32%

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

 BLUE value IS 47 (18.75% from 255) = 11.11%

R = 42.32%
G = 46.57%
B = 11.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#B3C52F (or 0xB3C52F) is known color: Rio Grande. HEX triplet: B3, C5 and 2F. RGB value is (179,197,47). Sum of RGB (Red+Green+Blue) = 179+197+47=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 47 (18.75% from 255 or 11.11% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C52F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C52F is #4C3AD0. Grayscale: #AFAFAF. Windows color (decimal): -4995793 or 3130803. OLE color: 3130803.

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

Color convert

RGB 179 197 47 -
CMYK 0.09 0 0.76 0.23
HSL 67.2º 0.61% 0.48% -
HSV(B) 67.2º 0.76% 0.77% -
XYZ 39.07 49.72 10.23 -
YUV 174.52 56.04 131.2 -
System Red Green Blue C M Y K H S L
Decimal 179 197 47 0.09 0 0.76 0.23 67.2 0.61 0.48
Hex B3 C5 2F 9 0 4C 17 43 3D 30
Octal 263 305 57 11 0 114 27 103 75 60
Binary 10110011 11000101 101111 1001 0 1001100 10111 1000011 111101 110000

Color Harmonies of #B3C52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C52F

Black with #B3C52F

Text Example


Text Example

White with #B3C52F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C52F; }

 p { color: rgb(179,197,47); }

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

background-color css

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

 a { background-color: rgb(179,197,47); }

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

border-color css

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

 span { border-color: rgb(179,197,47); }

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