Html Css Color HEX #B3C225 Rio Grande

📋 copy color: '#B3C225'

red 179 ◦ green 194 ◦ blue 37

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

Shades of Rio Grande #B3C225

Tints of Rio Grande #B3C225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.32%

 BLUE value IS 37 (14.84% from 255) = 9.02%

R = 43.66%
G = 47.32%
B = 9.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#B3C225 (or 0xB3C225) is known color: Rio Grande. HEX triplet: B3, C2 and 25. RGB value is (179,194,37). Sum of RGB (Red+Green+Blue) = 179+194+37=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #B3C225 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3C225 is #4C3DDA. Grayscale: #ACACAC. Windows color (decimal): -4996571 or 2474675. OLE color: 2474675.

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

Color convert

RGB 179 194 37 -
CMYK 0.08 0 0.81 0.24
HSL 65.73º 0.68% 0.45% -
HSV(B) 65.73º 0.81% 0.76% -
XYZ 38.22 48.3 9.06 -
YUV 171.62 52.03 133.27 -
System Red Green Blue C M Y K H S L
Decimal 179 194 37 0.08 0 0.81 0.24 65.73 0.68 0.45
Hex B3 C2 25 8 0 51 18 42 44 2D
Octal 263 302 45 10 0 121 30 102 104 55
Binary 10110011 11000010 100101 1000 0 1010001 11000 1000010 1000100 101101

Color Harmonies of #B3C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C225

Black with #B3C225

Text Example


Text Example

White with #B3C225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C225; }

 p { color: rgb(179,194,37); }

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

background-color css

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

 a { background-color: rgb(179,194,37); }

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

border-color css

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

 span { border-color: rgb(179,194,37); }

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