Html Css Color HEX #B3C128 Rio Grande

📋 copy color: '#B3C128'

red 179 ◦ green 193 ◦ blue 40

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

Shades of Rio Grande #B3C128

Tints of Rio Grande #B3C128

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 43.45%
G = 46.84%
B = 9.71%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#B3C128 (or 0xB3C128) is known color: Rio Grande. HEX triplet: B3, C1 and 28. RGB value is (179,193,40). Sum of RGB (Red+Green+Blue) = 179+193+40=412 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.45% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 40 (16.02% from 255 or 9.71% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C128 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C128 is #4C3ED7. Grayscale: #ABABAB. Windows color (decimal): -4996824 or 2671027. OLE color: 2671027.

HSL color Cylindrical-coordinate representation of color #B3C128: hue angle of 65.49º 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 #B3C128 is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 193 40 -
CMYK 0.07 0 0.79 0.24
HSL 65.49º 0.66% 0.46% -
HSV(B) 65.49º 0.79% 0.76% -
XYZ 38.04 47.88 9.24 -
YUV 171.37 53.86 133.44 -
System Red Green Blue C M Y K H S L
Decimal 179 193 40 0.07 0 0.79 0.24 65.49 0.66 0.46
Hex B3 C1 28 7 0 4F 18 41 42 2E
Octal 263 301 50 7 0 117 30 101 102 56
Binary 10110011 11000001 101000 111 0 1001111 11000 1000001 1000010 101110

Color Harmonies of #B3C128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C128

Black with #B3C128

Text Example


Text Example

White with #B3C128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C128; }

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

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

background-color css

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

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

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

border-color css

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

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

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