Html Css Color HEX #B3C121 Rio Grande

📋 copy color: '#B3C121'

red 179 ◦ green 193 ◦ blue 33

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

Shades of Rio Grande #B3C121

Tints of Rio Grande #B3C121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.15%

R = 44.2%
G = 47.65%
B = 8.15%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B3C121 (or 0xB3C121) is known color: Rio Grande. HEX triplet: B3, C1 and 21. RGB value is (179,193,33). Sum of RGB (Red+Green+Blue) = 179+193+33=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 33 (13.28% from 255 or 8.15% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #B3C121 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C121 is #4C3EDE. Grayscale: #ABABAB. Windows color (decimal): -4996831 or 2212275. OLE color: 2212275.

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

Color convert

RGB 179 193 33 -
CMYK 0.07 0 0.83 0.24
HSL 65.25º 0.71% 0.44% -
HSV(B) 65.25º 0.83% 0.76% -
XYZ 37.93 47.83 8.67 -
YUV 170.57 50.36 134.01 -
System Red Green Blue C M Y K H S L
Decimal 179 193 33 0.07 0 0.83 0.24 65.25 0.71 0.44
Hex B3 C1 21 7 0 53 18 41 47 2C
Octal 263 301 41 7 0 123 30 101 107 54
Binary 10110011 11000001 100001 111 0 1010011 11000 1000001 1000111 101100

Color Harmonies of #B3C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C121

Black with #B3C121

Text Example


Text Example

White with #B3C121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C121; }

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

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

background-color css

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

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

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

border-color css

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

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

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