Html Css Color HEX #B3C017 Rio Grande

📋 copy color: '#B3C017'

red 179 ◦ green 192 ◦ blue 23

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

Shades of Rio Grande #B3C017

Tints of Rio Grande #B3C017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.84%

R = 45.43%
G = 48.73%
B = 5.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#B3C017 (or 0xB3C017) is known color: Rio Grande. HEX triplet: B3, C0 and 17. RGB value is (179,192,23). Sum of RGB (Red+Green+Blue) = 179+192+23=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 192 (75.39% from 255 or 48.73% from 394); Blue value is 23 (9.38% from 255 or 5.84% from 394); Max value from RGB is 192 - color contains mainly: green. Hex color #B3C017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3C017 is #4C3FE8. Grayscale: #A9A9A9. Windows color (decimal): -4997097 or 1556659. OLE color: 1556659.

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

Color convert

RGB 179 192 23 -
CMYK 0.07 0 0.88 0.25
HSL 64.62º 0.79% 0.42% -
HSV(B) 64.62º 0.88% 0.75% -
XYZ 37.59 47.34 7.97 -
YUV 168.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 179 192 23 0.07 0 0.88 0.25 64.62 0.79 0.42
Hex B3 C0 17 7 0 58 19 41 4F 2A
Octal 263 300 27 7 0 130 31 101 117 52
Binary 10110011 11000000 10111 111 0 1011000 11001 1000001 1001111 101010

Color Harmonies of #B3C017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C017

Black with #B3C017

Text Example


Text Example

White with #B3C017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C017; }

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

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

background-color css

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

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

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

border-color css

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

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

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