Html Css Color HEX #B2C315 Rio Grande

📋 copy color: '#B2C315'

red 178 ◦ green 195 ◦ blue 21

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

Shades of Rio Grande #B2C315

Tints of Rio Grande #B2C315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.33%

R = 45.18%
G = 49.49%
B = 5.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#B2C315 (or 0xB2C315) is known color: Rio Grande. HEX triplet: B2, C3 and 15. RGB value is (178,195,21). Sum of RGB (Red+Green+Blue) = 178+195+21=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 195 (76.56% from 255 or 49.49% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 195 - color contains mainly: green. Hex color #B2C315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C315 is #4D3CEA. Grayscale: #AAAAAA. Windows color (decimal): -5061867 or 1426354. OLE color: 1426354.

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

Color convert

RGB 178 195 21 -
CMYK 0.09 0 0.89 0.24
HSL 65.86º 0.81% 0.42% -
HSV(B) 65.86º 0.89% 0.76% -
XYZ 38.01 48.55 8.08 -
YUV 170.08 43.87 133.65 -
System Red Green Blue C M Y K H S L
Decimal 178 195 21 0.09 0 0.89 0.24 65.86 0.81 0.42
Hex B2 C3 15 9 0 59 18 42 51 2A
Octal 262 303 25 11 0 131 30 102 121 52
Binary 10110010 11000011 10101 1001 0 1011001 11000 1000010 1010001 101010

Color Harmonies of #B2C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C315

Black with #B2C315

Text Example


Text Example

White with #B2C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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