Html Css Color HEX #B3C328 Rio Grande

📋 copy color: '#B3C328'

red 179 ◦ green 195 ◦ blue 40

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

Shades of Rio Grande #B3C328

Tints of Rio Grande #B3C328

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.1%

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 43.24%
G = 47.1%
B = 9.66%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B3C328 (or 0xB3C328) is known color: Rio Grande. HEX triplet: B3, C3 and 28. RGB value is (179,195,40). Sum of RGB (Red+Green+Blue) = 179+195+40=414 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.24% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C328 is #4C3CD7. Grayscale: #ADADAD. Windows color (decimal): -4996312 or 2671539. OLE color: 2671539.

HSL color Cylindrical-coordinate representation of color #B3C328: hue angle of 66.19º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3C328 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 195 40 -
CMYK 0.08 0 0.79 0.24
HSL 66.19º 0.66% 0.46% -
HSV(B) 66.19º 0.79% 0.76% -
XYZ 38.49 48.77 9.39 -
YUV 172.55 53.2 132.6 -
System Red Green Blue C M Y K H S L
Decimal 179 195 40 0.08 0 0.79 0.24 66.19 0.66 0.46
Hex B3 C3 28 8 0 4F 18 42 42 2E
Octal 263 303 50 10 0 117 30 102 102 56
Binary 10110011 11000011 101000 1000 0 1001111 11000 1000010 1000010 101110

Color Harmonies of #B3C328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C328

Black with #B3C328

Text Example


Text Example

White with #B3C328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C328; }

 p { color: rgb(179,195,40); }

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

background-color css

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

 a { background-color: rgb(179,195,40); }

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

border-color css

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

 span { border-color: rgb(179,195,40); }

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