Html Css Color HEX #B3C126 Rio Grande

📋 copy color: '#B3C126'

red 179 ◦ green 193 ◦ blue 38

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

Shades of Rio Grande #B3C126

Tints of Rio Grande #B3C126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.27%

R = 43.66%
G = 47.07%
B = 9.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#B3C126 (or 0xB3C126) is known color: Rio Grande. HEX triplet: B3, C1 and 26. RGB value is (179,193,38). Sum of RGB (Red+Green+Blue) = 179+193+38=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 38 (15.23% from 255 or 9.27% from 410); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C126 is #4C3ED9. Grayscale: #ABABAB. Windows color (decimal): -4996826 or 2539955. OLE color: 2539955.

HSL color Cylindrical-coordinate representation of color #B3C126: hue angle of 65.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3C126 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 179 193 38 -
CMYK 0.07 0 0.80 0.24
HSL 65.42º 0.67% 0.45% -
HSV(B) 65.42º 0.8% 0.76% -
XYZ 38.01 47.86 9.07 -
YUV 171.14 52.86 133.6 -
System Red Green Blue C M Y K H S L
Decimal 179 193 38 0.07 0 0.80 0.24 65.42 0.67 0.45
Hex B3 C1 26 7 0 50 18 41 43 2D
Octal 263 301 46 7 0 120 30 101 103 55
Binary 10110011 11000001 100110 111 0 1010000 11000 1000001 1000011 101101

Color Harmonies of #B3C126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C126

Black with #B3C126

Text Example


Text Example

White with #B3C126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C126; }

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

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

background-color css

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

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

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

border-color css

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

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

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