Html Css Color HEX #B3C522 Rio Grande

📋 copy color: '#B3C522'

red 179 ◦ green 197 ◦ blue 34

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

Shades of Rio Grande #B3C522

Tints of Rio Grande #B3C522

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

 BLUE value IS 34 (13.67% from 255) = 8.29%

R = 43.66%
G = 48.05%
B = 8.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.23

RGB Variations

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

Color information

#B3C522 (or 0xB3C522) is known color: Rio Grande. HEX triplet: B3, C5 and 22. RGB value is (179,197,34). Sum of RGB (Red+Green+Blue) = 179+197+34=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 34 (13.67% from 255 or 8.29% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #B3C522 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C522 is #4C3ADD. Grayscale: #ADADAD. Windows color (decimal): -4995806 or 2278835. OLE color: 2278835.

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

Color convert

RGB 179 197 34 -
CMYK 0.09 0 0.83 0.23
HSL 66.63º 0.71% 0.45% -
HSV(B) 66.63º 0.83% 0.77% -
XYZ 38.85 49.63 9.05 -
YUV 173.04 49.54 132.25 -
System Red Green Blue C M Y K H S L
Decimal 179 197 34 0.09 0 0.83 0.23 66.63 0.71 0.45
Hex B3 C5 22 9 0 53 17 43 47 2D
Octal 263 305 42 11 0 123 27 103 107 55
Binary 10110011 11000101 100010 1001 0 1010011 10111 1000011 1000111 101101

Color Harmonies of #B3C522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C522

Black with #B3C522

Text Example


Text Example

White with #B3C522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C522; }

 p { color: rgb(179,197,34); }

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

background-color css

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

 a { background-color: rgb(179,197,34); }

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

border-color css

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

 span { border-color: rgb(179,197,34); }

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