Html Css Color HEX #B2C325 Rio Grande

📋 copy color: '#B2C325'

red 178 ◦ green 195 ◦ blue 37

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

Shades of Rio Grande #B2C325

Tints of Rio Grande #B2C325

RGB

 RED value IS 178 (69.92% from 255) = 43.41%

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

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

R = 43.41%
G = 47.56%
B = 9.02%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#B2C325 (or 0xB2C325) is known color: Rio Grande. HEX triplet: B2, C3 and 25. RGB value is (178,195,37). Sum of RGB (Red+Green+Blue) = 178+195+37=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 37 (14.84% from 255 or 9.02% from 410); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2C325 is #4D3CDA. Grayscale: #ACACAC. Windows color (decimal): -5061851 or 2474930. OLE color: 2474930.

HSL color Cylindrical-coordinate representation of color #B2C325: hue angle of 66.46º 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 #B2C325 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 195 37 -
CMYK 0.09 0 0.81 0.24
HSL 66.46º 0.68% 0.45% -
HSV(B) 66.46º 0.81% 0.76% -
XYZ 38.21 48.63 9.12 -
YUV 171.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 178 195 37 0.09 0 0.81 0.24 66.46 0.68 0.45
Hex B2 C3 25 9 0 51 18 42 44 2D
Octal 262 303 45 11 0 121 30 102 104 55
Binary 10110010 11000011 100101 1001 0 1010001 11000 1000010 1000100 101101

Color Harmonies of #B2C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C325

Black with #B2C325

Text Example


Text Example

White with #B2C325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C325; }

 p { color: rgb(178,195,37); }

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

background-color css

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

 a { background-color: rgb(178,195,37); }

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

border-color css

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

 span { border-color: rgb(178,195,37); }

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