Html Css Color HEX #B3BC17 Rio Grande

📋 copy color: '#B3BC17'

red 179 ◦ green 188 ◦ blue 23

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

Shades of Rio Grande #B3BC17

Tints of Rio Grande #B3BC17

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.21%

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

R = 45.9%
G = 48.21%
B = 5.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#B3BC17 (or 0xB3BC17) is known color: Rio Grande. HEX triplet: B3, BC and 17. RGB value is (179,188,23). Sum of RGB (Red+Green+Blue) = 179+188+23=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 23 (9.38% from 255 or 5.90% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #B3BC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3BC17 is #4C43E8. Grayscale: #A7A7A7. Windows color (decimal): -4998121 or 1555635. OLE color: 1555635.

HSL color Cylindrical-coordinate representation of color #B3BC17: hue angle of 63.27º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3BC17 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 179 188 23 -
CMYK 0.05 0 0.88 0.26
HSL 63.27º 0.78% 0.41% -
HSV(B) 63.27º 0.88% 0.74% -
XYZ 36.73 45.61 7.68 -
YUV 166.5 47.02 136.92 -
System Red Green Blue C M Y K H S L
Decimal 179 188 23 0.05 0 0.88 0.26 63.27 0.78 0.41
Hex B3 BC 17 5 0 58 1A 3F 4E 29
Octal 263 274 27 5 0 130 32 77 116 51
Binary 10110011 10111100 10111 101 0 1011000 11010 111111 1001110 101001

Color Harmonies of #B3BC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BC17

Black with #B3BC17

Text Example


Text Example

White with #B3BC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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