Html Css Color HEX #B3C42D Rio Grande

📋 copy color: '#B3C42D'

red 179 ◦ green 196 ◦ blue 45

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

Shades of Rio Grande #B3C42D

Tints of Rio Grande #B3C42D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 46.67%

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 42.62%
G = 46.67%
B = 10.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#B3C42D (or 0xB3C42D) is known color: Rio Grande. HEX triplet: B3, C4 and 2D. RGB value is (179,196,45). Sum of RGB (Red+Green+Blue) = 179+196+45=420 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.62% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #B3C42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C42D is #4C3BD2. Grayscale: #AEAEAE. Windows color (decimal): -4996051 or 2999475. OLE color: 2999475.

HSL color Cylindrical-coordinate representation of color #B3C42D: hue angle of 66.75º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B3C42D is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 179 196 45 -
CMYK 0.09 0 0.77 0.23
HSL 66.75º 0.63% 0.47% -
HSV(B) 66.75º 0.77% 0.77% -
XYZ 38.8 49.25 9.94 -
YUV 173.7 55.37 131.78 -
System Red Green Blue C M Y K H S L
Decimal 179 196 45 0.09 0 0.77 0.23 66.75 0.63 0.47
Hex B3 C4 2D 9 0 4D 17 43 3F 2F
Octal 263 304 55 11 0 115 27 103 77 57
Binary 10110011 11000100 101101 1001 0 1001101 10111 1000011 111111 101111

Color Harmonies of #B3C42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C42D

Black with #B3C42D

Text Example


Text Example

White with #B3C42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C42D; }

 p { color: rgb(179,196,45); }

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

background-color css

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

 a { background-color: rgb(179,196,45); }

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

border-color css

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

 span { border-color: rgb(179,196,45); }

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