Html Css Color HEX #B3C015 Rio Grande

📋 copy color: '#B3C015'

red 179 ◦ green 192 ◦ blue 21

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

Shades of Rio Grande #B3C015

Tints of Rio Grande #B3C015

RGB

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

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

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

R = 45.66%
G = 48.98%
B = 5.36%

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

#B3C015 (or 0xB3C015) is known color: Rio Grande. HEX triplet: B3, C0 and 15. RGB value is (179,192,21). Sum of RGB (Red+Green+Blue) = 179+192+21=392 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.66% from 392); Green value is 192 (75.39% from 255 or 48.98% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C015 is #4C3FEA. Grayscale: #A9A9A9. Windows color (decimal): -4997099 or 1425587. OLE color: 1425587.

HSL color Cylindrical-coordinate representation of color #B3C015: hue angle of 64.56º 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 #B3C015 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 179 192 21 -
CMYK 0.07 0 0.89 0.25
HSL 64.56º 0.8% 0.42% -
HSV(B) 64.56º 0.89% 0.75% -
XYZ 37.58 47.34 7.87 -
YUV 168.62 44.69 135.4 -
System Red Green Blue C M Y K H S L
Decimal 179 192 21 0.07 0 0.89 0.25 64.56 0.8 0.42
Hex B3 C0 15 7 0 59 19 41 50 2A
Octal 263 300 25 7 0 131 31 101 120 52
Binary 10110011 11000000 10101 111 0 1011001 11001 1000001 1010000 101010

Color Harmonies of #B3C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C015

Black with #B3C015

Text Example


Text Example

White with #B3C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C015; }

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

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

background-color css

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

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

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

border-color css

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

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

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