Html Css Color HEX #B3C31D Rio Grande

📋 copy color: '#B3C31D'

red 179 ◦ green 195 ◦ blue 29

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

Shades of Rio Grande #B3C31D

Tints of Rio Grande #B3C31D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.2%

R = 44.42%
G = 48.39%
B = 7.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B3C31D (or 0xB3C31D) is known color: Rio Grande. HEX triplet: B3, C3 and 1D. RGB value is (179,195,29). Sum of RGB (Red+Green+Blue) = 179+195+29=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 29 (11.72% from 255 or 7.20% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #B3C31D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C31D is #4C3CE2. Grayscale: #ABABAB. Windows color (decimal): -4996323 or 1950643. OLE color: 1950643.

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

Color convert

RGB 179 195 29 -
CMYK 0.08 0 0.85 0.24
HSL 65.78º 0.74% 0.44% -
HSV(B) 65.78º 0.85% 0.76% -
XYZ 38.33 48.7 8.54 -
YUV 171.29 47.7 133.5 -
System Red Green Blue C M Y K H S L
Decimal 179 195 29 0.08 0 0.85 0.24 65.78 0.74 0.44
Hex B3 C3 1D 8 0 55 18 42 4A 2C
Octal 263 303 35 10 0 125 30 102 112 54
Binary 10110011 11000011 11101 1000 0 1010101 11000 1000010 1001010 101100

Color Harmonies of #B3C31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C31D

Black with #B3C31D

Text Example


Text Example

White with #B3C31D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C31D; }

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

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

background-color css

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

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

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

border-color css

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

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

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