Html Css Color HEX #B2C015 Rio Grande

📋 copy color: '#B2C015'

red 178 ◦ green 192 ◦ blue 21

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

Shades of Rio Grande #B2C015

Tints of Rio Grande #B2C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.1%

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

R = 45.52%
G = 49.1%
B = 5.37%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#B2C015 (or 0xB2C015) is known color: Rio Grande. HEX triplet: B2, C0 and 15. RGB value is (178,192,21). Sum of RGB (Red+Green+Blue) = 178+192+21=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 192 (75.39% from 255 or 49.10% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 192 - color contains mainly: green. Hex color #B2C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C015 is #4D3FEA. Grayscale: #A8A8A8. Windows color (decimal): -5062635 or 1425586. OLE color: 1425586.

HSL color Cylindrical-coordinate representation of color #B2C015: hue angle of 64.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2C015 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 178 192 21 -
CMYK 0.07 0 0.89 0.25
HSL 64.91º 0.8% 0.42% -
HSV(B) 64.91º 0.89% 0.75% -
XYZ 37.35 47.22 7.86 -
YUV 168.32 44.86 134.9 -
System Red Green Blue C M Y K H S L
Decimal 178 192 21 0.07 0 0.89 0.25 64.91 0.8 0.42
Hex B2 C0 15 7 0 59 19 41 50 2A
Octal 262 300 25 7 0 131 31 101 120 52
Binary 10110010 11000000 10101 111 0 1011001 11001 1000001 1010000 101010

Color Harmonies of #B2C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2C015

Black with #B2C015

Text Example


Text Example

White with #B2C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2C015; }

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

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

background-color css

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

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

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

border-color css

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

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

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