Html Css Color HEX #B3C530 Rio Grande

📋 copy color: '#B3C530'

red 179 ◦ green 197 ◦ blue 48

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

Shades of Rio Grande #B3C530

Tints of Rio Grande #B3C530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.32%

R = 42.22%
G = 46.46%
B = 11.32%

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

#B3C530 (or 0xB3C530) is known color: Rio Grande. HEX triplet: B3, C5 and 30. RGB value is (179,197,48). Sum of RGB (Red+Green+Blue) = 179+197+48=424 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.22% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 48 (19.14% from 255 or 11.32% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C530 is #4C3ACF. Grayscale: #AFAFAF. Windows color (decimal): -4995792 or 3196339. OLE color: 3196339.

HSL color Cylindrical-coordinate representation of color #B3C530: hue angle of 67.25º 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 #B3C530 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 197 48 -
CMYK 0.09 0 0.76 0.23
HSL 67.25º 0.61% 0.48% -
HSV(B) 67.25º 0.76% 0.77% -
XYZ 39.09 49.73 10.33 -
YUV 174.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 179 197 48 0.09 0 0.76 0.23 67.25 0.61 0.48
Hex B3 C5 30 9 0 4C 17 43 3D 30
Octal 263 305 60 11 0 114 27 103 75 60
Binary 10110011 11000101 110000 1001 0 1001100 10111 1000011 111101 110000

Color Harmonies of #B3C530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C530

Black with #B3C530

Text Example


Text Example

White with #B3C530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C530; }

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

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

background-color css

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

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

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

border-color css

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

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

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